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

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

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

The code of the use case. Never null



13
14
15
# File 'uu_os_client-0.10.6/lib/uu/os/use_case/use_case_set_attributes.rb', line 13

def code
  @code
end

- (Object) description

The description of the use case. Never null



16
17
18
# File 'uu_os_client-0.10.6/lib/uu/os/use_case/use_case_set_attributes.rb', line 16

def description
  @description
end

- (Object) name

The name of the use case. Never null



10
11
12
# File 'uu_os_client-0.10.6/lib/uu/os/use_case/use_case_set_attributes.rb', line 10

def name
  @name
end

- (Object) use_case_realization_uri

The UESURI of a use case realization. Never null



19
20
21
# File 'uu_os_client-0.10.6/lib/uu/os/use_case/use_case_set_attributes.rb', line 19

def use_case_realization_uri
  @use_case_realization_uri
end