Class: UU::OS::AllFromOrganizationalUnitCast::AllFromOrganizationalUnitCastSetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::AllFromOrganizationalUnitCast::AllFromOrganizationalUnitCastSetAttributes
show all
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_set_attributes.rb
Instance Attribute Summary (collapse)
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) casted_subject_uri
11
12
13
|
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_set_attributes.rb', line 11
def casted_subject_uri
@casted_subject_uri
end
|
- (Object) date_to
17
18
19
|
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_set_attributes.rb', line 17
def date_to
@date_to
end
|
- (Object) level
14
15
16
|
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_set_attributes.rb', line 14
def level
@level
end
|
- (Object) state
20
21
22
|
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_set_attributes.rb', line 20
def state
@state
end
|