Method: AsobiStore#initialize

Defined in:
lib/asobistore.rb

#initialize(params, options) ⇒ AsobiStore

Returns a new instance of AsobiStore.



6
7
8
9
# File 'lib/asobistore.rb', line 6

def initialize(params, options)
  super
  @offset = 0
end