Class: UU::OS::Cast::CastHistoryAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Cast::CastHistoryAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) cast_creation_stamp
Cast creation stamp.
-
- (Object) cast_deletion_stamp
Cast deletion stamp.
-
- (Object) cast_direction
Specifies direction of the cast.
-
- (Object) cast_subject_code
Code of the subject cast in the subjectUri.
-
- (Object) cast_subject_name
Name of the subject cast in the subjectUri.
-
- (Object) cast_subject_type
Type of the subject cast in the subjectUri.
-
- (Object) cast_subject_uri
The subject cast in the subjectUri, identified by UESURI.
-
- (Object) level
Direction of the cast.
-
- (Object) subject_code
Code of the subject where the subjects are cast.
-
- (Object) subject_name
Name of the subject where the subjects are cast.
-
- (Object) subject_type
Type of the subject where the subjects are cast.
-
- (Object) subject_uri
The subject where the subjects are cast, identified by UESURI.
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) cast_creation_stamp
Cast creation stamp. Never nil.
44 45 46 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 44 def cast_creation_stamp @cast_creation_stamp end |
- (Object) cast_deletion_stamp
Cast deletion stamp. Nil if the cast still exists.
47 48 49 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 47 def cast_deletion_stamp @cast_deletion_stamp end |
- (Object) cast_direction
Specifies direction of the cast.
52 53 54 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 52 def cast_direction @cast_direction end |
- (Object) cast_subject_code
Code of the subject cast in the subjectUri. If the castSubjectUri has been deleted, then the value contains a code that was set at cast creation. Never nil.
31 32 33 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 31 def cast_subject_code @cast_subject_code end |
- (Object) cast_subject_name
Name of the subject cast in the subjectUri. If the castSubjectUri has been deleted, then the value contains a name that was set at cast creation. Never nil.
28 29 30 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 28 def cast_subject_name @cast_subject_name end |
- (Object) cast_subject_type
Type of the subject cast in the subjectUri. Never nil.
36 37 38 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 36 def cast_subject_type @cast_subject_type end |
- (Object) cast_subject_uri
The subject cast in the subjectUri, identified by UESURI. If the castSubjectUri has been deleted, then the value contains a canonical UESURI (without codes) instead of a normalized UESURI (with codes). Never nil.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 25 def cast_subject_uri @cast_subject_uri end |
- (Object) level
Direction of the cast. Never nil.
41 42 43 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 41 def level @level end |
- (Object) subject_code
Code of the subject where the subjects are cast. If the subjectUri has been deleted, then the value contains a code that was set at cast creation. Never nil.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 17 def subject_code @subject_code end |
- (Object) subject_name
Name of the subject where the subjects are cast. If the subjectUri has been deleted, then the value contains a name that was set at cast creation. Never nil.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 14 def subject_name @subject_name end |
- (Object) subject_type
Type of the subject where the subjects are cast. Never nil.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 22 def subject_type @subject_type end |
- (Object) subject_uri
The subject where the subjects are cast, identified by UESURI. If the subjectUri has been deleted, then the value contains a canonical UESURI (without codes) instead of a normalized UESURI (with codes). Never nil.
11 12 13 |
# File 'uu_os-0.29.16/lib/uu/os/cast/cast_history_attributes.rb', line 11 def subject_uri @subject_uri end |