Class: Dor::Services::Client::ObjectVersion::Version
- Inherits:
-
Struct
- Object
- Struct
- Dor::Services::Client::ObjectVersion::Version
- Defined in:
- lib/dor/services/client/object_version.rb
Overview
rubocop:disable Metrics/ClassLength
Instance Attribute Summary collapse
-
#cocina ⇒ Object
Returns the value of attribute cocina.
-
#message ⇒ Object
Returns the value of attribute message.
-
#versionId ⇒ Object
(also: #version)
Returns the value of attribute versionId.
Instance Method Summary collapse
Instance Attribute Details
#cocina ⇒ Object
Returns the value of attribute cocina
8 9 10 |
# File 'lib/dor/services/client/object_version.rb', line 8 def cocina @cocina end |
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/dor/services/client/object_version.rb', line 8 def @message end |
#versionId ⇒ Object Also known as: version
Returns the value of attribute versionId
8 9 10 |
# File 'lib/dor/services/client/object_version.rb', line 8 def versionId @versionId end |
Instance Method Details
#cocina? ⇒ Boolean
11 12 13 |
# File 'lib/dor/services/client/object_version.rb', line 11 def cocina? cocina end |