Class: Konfidant::Pagination
- Inherits:
-
Data
- Object
- Data
- Konfidant::Pagination
- Defined in:
- lib/konfidant/types.rb
Instance Attribute Summary collapse
-
#has_more ⇒ Object
readonly
Returns the value of attribute has_more.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Attribute Details
#has_more ⇒ Object (readonly)
Returns the value of attribute has_more
26 27 28 |
# File 'lib/konfidant/types.rb', line 26 def has_more @has_more end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit
26 27 28 |
# File 'lib/konfidant/types.rb', line 26 def limit @limit end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
26 27 28 |
# File 'lib/konfidant/types.rb', line 26 def offset @offset end |
#total ⇒ Object (readonly)
Returns the value of attribute total
26 27 28 |
# File 'lib/konfidant/types.rb', line 26 def total @total end |