Class: Rubber::Cloud::Aws::TableStore::TableResponse

Inherits:
Hash
  • Object
show all
Defined in:
lib/rubber/cloud/aws/table_store.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ TableResponse

Returns a new instance of TableResponse.



93
94
95
# File 'lib/rubber/cloud/aws/table_store.rb', line 93

def initialize(*args)
  super
end

Instance Attribute Details

#next_offsetObject

Returns the value of attribute next_offset.



91
92
93
# File 'lib/rubber/cloud/aws/table_store.rb', line 91

def next_offset
  @next_offset
end