Class: Dor::Services::Client::UserVersion::Version
- Inherits:
-
Struct
- Object
- Struct
- Dor::Services::Client::UserVersion::Version
- Defined in:
- lib/dor/services/client/user_version.rb
Instance Attribute Summary collapse
-
#head ⇒ Object
Returns the value of attribute head.
-
#restorable ⇒ Object
Returns the value of attribute restorable.
-
#userVersion ⇒ Object
Returns the value of attribute userVersion.
-
#version ⇒ Object
Returns the value of attribute version.
-
#withdrawable ⇒ Object
Returns the value of attribute withdrawable.
-
#withdrawn ⇒ Object
Returns the value of attribute withdrawn.
Instance Method Summary collapse
Instance Attribute Details
#head ⇒ Object
Returns the value of attribute head
8 9 10 |
# File 'lib/dor/services/client/user_version.rb', line 8 def head @head end |
#restorable ⇒ Object
Returns the value of attribute restorable
8 9 10 |
# File 'lib/dor/services/client/user_version.rb', line 8 def restorable @restorable end |
#userVersion ⇒ Object
Returns the value of attribute userVersion
8 9 10 |
# File 'lib/dor/services/client/user_version.rb', line 8 def userVersion @userVersion end |
#version ⇒ Object
Returns the value of attribute version
8 9 10 |
# File 'lib/dor/services/client/user_version.rb', line 8 def version @version end |
#withdrawable ⇒ Object
Returns the value of attribute withdrawable
8 9 10 |
# File 'lib/dor/services/client/user_version.rb', line 8 def withdrawable @withdrawable end |
#withdrawn ⇒ Object
Returns the value of attribute withdrawn
8 9 10 |
# File 'lib/dor/services/client/user_version.rb', line 8 def withdrawn @withdrawn end |
Instance Method Details
#head? ⇒ Boolean
17 18 19 |
# File 'lib/dor/services/client/user_version.rb', line 17 def head? head end |
#restorable? ⇒ Boolean
9 10 11 |
# File 'lib/dor/services/client/user_version.rb', line 9 def restorable? restorable end |
#withdrawable? ⇒ Boolean
13 14 15 |
# File 'lib/dor/services/client/user_version.rb', line 13 def withdrawable? withdrawable end |