struct Moxfield::Types::PagedResponse(T)
- Moxfield::Types::PagedResponse(T)
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
moxfield/models/response.crConstructors
Instance Method Summary
- #data : Array(T)
- #data=(data : Array(T))
- #each(&)
- #has_more? : Bool
- #page_number : Int32
- #page_number=(page_number : Int32)
- #page_size : Int32
- #page_size=(page_size : Int32)
- #total_pages : Int32
- #total_pages=(total_pages : Int32)
- #total_results : Int32
- #total_results=(total_results : Int32)