class Giphy::Pagination
- Giphy::Pagination
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/pagination.crConstructors
Instance Method Summary
-
#count : Int32
Total number of items returned.
-
#count=(count : Int32)
Total number of items returned.
-
#offset : Int32 | Nil
Position in pagination.
-
#offset=(offset : Int32 | Nil)
Position in pagination.
-
#total_count : Int32
Total number of items available (not returned on every endpoint).
-
#total_count=(total_count : Int32)
Total number of items available (not returned on every endpoint).
Constructor Detail
Instance Method Detail
def total_count=(total_count : Int32)
#
Total number of items available (not returned on every endpoint).