Class: Dor::Services::Client::ObjectVersion::VersionStatus
- Inherits:
-
Struct
- Object
- Struct
- Dor::Services::Client::ObjectVersion::VersionStatus
- Defined in:
- lib/dor/services/client/object_version.rb
Instance Attribute Summary collapse
-
#accessioning ⇒ Object
Returns the value of attribute accessioning.
-
#assembling ⇒ Object
Returns the value of attribute assembling.
-
#closeable ⇒ Object
Returns the value of attribute closeable.
-
#open ⇒ Object
Returns the value of attribute open.
-
#openable ⇒ Object
Returns the value of attribute openable.
-
#versionId ⇒ Object
(also: #version)
Returns the value of attribute versionId.
Instance Method Summary collapse
- #accessioning? ⇒ Boolean
- #assembling? ⇒ Boolean
- #closeable? ⇒ Boolean
- #closed? ⇒ Boolean
- #open? ⇒ Boolean
- #openable? ⇒ Boolean
Instance Attribute Details
#accessioning ⇒ Object
Returns the value of attribute accessioning
16 17 18 |
# File 'lib/dor/services/client/object_version.rb', line 16 def accessioning @accessioning end |
#assembling ⇒ Object
Returns the value of attribute assembling
16 17 18 |
# File 'lib/dor/services/client/object_version.rb', line 16 def assembling @assembling end |
#closeable ⇒ Object
Returns the value of attribute closeable
16 17 18 |
# File 'lib/dor/services/client/object_version.rb', line 16 def closeable @closeable end |
#open ⇒ Object
Returns the value of attribute open
16 17 18 |
# File 'lib/dor/services/client/object_version.rb', line 16 def open @open end |
#openable ⇒ Object
Returns the value of attribute openable
16 17 18 |
# File 'lib/dor/services/client/object_version.rb', line 16 def openable @openable end |
#versionId ⇒ Object Also known as: version
Returns the value of attribute versionId
16 17 18 |
# File 'lib/dor/services/client/object_version.rb', line 16 def versionId @versionId end |
Instance Method Details
#accessioning? ⇒ Boolean
31 32 33 |
# File 'lib/dor/services/client/object_version.rb', line 31 def accessioning? accessioning end |
#assembling? ⇒ Boolean
27 28 29 |
# File 'lib/dor/services/client/object_version.rb', line 27 def assembling? assembling end |
#closeable? ⇒ Boolean
39 40 41 |
# File 'lib/dor/services/client/object_version.rb', line 39 def closeable? closeable end |
#closed? ⇒ Boolean
35 36 37 |
# File 'lib/dor/services/client/object_version.rb', line 35 def closed? !open end |
#open? ⇒ Boolean
19 20 21 |
# File 'lib/dor/services/client/object_version.rb', line 19 def open? open end |
#openable? ⇒ Boolean
23 24 25 |
# File 'lib/dor/services/client/object_version.rb', line 23 def openable? openable end |