Class: UU::OS::Cast::CastGetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Cast::CastGetAttributes
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/cast/cast_get_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) casted_subject_uri
UESURI of the subject (role or group) which is casted to the subject identified by the command main entity.
-
- (Object) state
The new state of the cast.
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) casted_subject_uri
UESURI of the subject (role or group) which is casted to the subject identified by the command main entity. Cannot be nil.
12 13 14 |
# File 'uu_os_client-0.10.6/lib/uu/os/cast/cast_get_attributes.rb', line 12 def casted_subject_uri @casted_subject_uri end |
- (Object) state
The new state of the cast. Only ACTIVE casts are involved in the business rules computations. When nil is set, the state is not changed.
16 17 18 |
# File 'uu_os_client-0.10.6/lib/uu/os/cast/cast_get_attributes.rb', line 16 def state @state end |