Class: Moar::Context

Inherits:
Object
  • Object
show all
Defined in:
lib/moar/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accumulativeObject (readonly)

Returns the value of attribute accumulative.



4
5
6
# File 'lib/moar/context.rb', line 4

def accumulative
  @accumulative
end

#incrementsObject (readonly)

Returns the value of attribute increments.



4
5
6
# File 'lib/moar/context.rb', line 4

def increments
  @increments
end

#limitObject (readonly)

Returns the value of attribute limit.



4
5
6
# File 'lib/moar/context.rb', line 4

def limit
  @limit
end

#offsetObject (readonly)

Returns the value of attribute offset.



4
5
6
# File 'lib/moar/context.rb', line 4

def offset
  @offset
end

#pageObject (readonly)

Returns the value of attribute page.



4
5
6
# File 'lib/moar/context.rb', line 4

def page
  @page
end