Class: Preservation::Client::Object

Inherits:
Struct
  • Object
show all
Defined in:
lib/preservation/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#current_versionObject

Returns the value of attribute current_version

Returns:

  • (Object)

    the current value of current_version



48
49
50
# File 'lib/preservation/client.rb', line 48

def current_version
  @current_version
end

#druidObject

Returns the value of attribute druid

Returns:

  • (Object)

    the current value of druid



48
49
50
# File 'lib/preservation/client.rb', line 48

def druid
  @druid
end

#ok_on_local_storageObject

Returns the value of attribute ok_on_local_storage

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Boolean)


49
50
51
# File 'lib/preservation/client.rb', line 49

def ok_on_local_storage?
  ok_on_local_storage
end