Class: Moar::Context
- Inherits:
-
Object
- Object
- Moar::Context
- Defined in:
- lib/moar/context.rb
Instance Attribute Summary collapse
-
#accumulative ⇒ Object
readonly
Returns the value of attribute accumulative.
-
#increments ⇒ Object
readonly
Returns the value of attribute increments.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#page ⇒ Object
readonly
Returns the value of attribute page.
Instance Attribute Details
#accumulative ⇒ Object (readonly)
Returns the value of attribute accumulative.
4 5 6 |
# File 'lib/moar/context.rb', line 4 def accumulative @accumulative end |
#increments ⇒ Object (readonly)
Returns the value of attribute increments.
4 5 6 |
# File 'lib/moar/context.rb', line 4 def increments @increments end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit.
4 5 6 |
# File 'lib/moar/context.rb', line 4 def limit @limit end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset.
4 5 6 |
# File 'lib/moar/context.rb', line 4 def offset @offset end |
#page ⇒ Object (readonly)
Returns the value of attribute page.
4 5 6 |
# File 'lib/moar/context.rb', line 4 def page @page end |