Class: Konfidant::Pagination

Inherits:
Data
  • Object
show all
Defined in:
lib/konfidant/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#has_moreObject (readonly)

Returns the value of attribute has_more

Returns:

  • (Object)

    the current value of has_more



26
27
28
# File 'lib/konfidant/types.rb', line 26

def has_more
  @has_more
end

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



26
27
28
# File 'lib/konfidant/types.rb', line 26

def limit
  @limit
end

#offsetObject (readonly)

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



26
27
28
# File 'lib/konfidant/types.rb', line 26

def offset
  @offset
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



26
27
28
# File 'lib/konfidant/types.rb', line 26

def total
  @total
end