Class: Preservation::Client::Object
- Inherits:
-
Struct
- Object
- Struct
- Preservation::Client::Object
- Defined in:
- lib/preservation/client.rb
Instance Attribute Summary collapse
-
#current_version ⇒ Object
Returns the value of attribute current_version.
-
#druid ⇒ Object
Returns the value of attribute druid.
-
#ok_on_local_storage ⇒ Object
Returns the value of attribute ok_on_local_storage.
Instance Method Summary collapse
Instance Attribute Details
#current_version ⇒ Object
Returns the value of attribute current_version
48 49 50 |
# File 'lib/preservation/client.rb', line 48 def current_version @current_version end |
#druid ⇒ Object
Returns the value of attribute druid
48 49 50 |
# File 'lib/preservation/client.rb', line 48 def druid @druid end |
#ok_on_local_storage ⇒ Object
Returns the value of attribute ok_on_local_storage
48 49 50 |
# File 'lib/preservation/client.rb', line 48 def ok_on_local_storage @ok_on_local_storage end |
Instance Method Details
#ok_on_local_storage? ⇒ Boolean
49 50 51 |
# File 'lib/preservation/client.rb', line 49 def ok_on_local_storage? ok_on_local_storage end |