Class: UU::OS::UseCase::UseCaseSetAttributes

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/use_case/use_case_set_attributes.rb

Overview

See Also:

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO

Instance Attribute Details

- (Object) code



14
15
16
# File 'uu_os-0.29.16/lib/uu/os/use_case/use_case_set_attributes.rb', line 14

def code
  @code
end

- (Object) description



17
18
19
# File 'uu_os-0.29.16/lib/uu/os/use_case/use_case_set_attributes.rb', line 17

def description
  @description
end

- (Object) name



11
12
13
# File 'uu_os-0.29.16/lib/uu/os/use_case/use_case_set_attributes.rb', line 11

def name
  @name
end

- (Object) use_case_realization_uri



20
21
22
# File 'uu_os-0.29.16/lib/uu/os/use_case/use_case_set_attributes.rb', line 20

def use_case_realization_uri
  @use_case_realization_uri
end