class Beehiiv::List(T)
- Beehiiv::List(T)
- Reference
- Object
Included Modules
- Enumerable(T)
- JSON::Serializable
Defined in:
beehiiv/objects/core/list.crConstructors
Instance Method Summary
- #data : Array(T)
-
#each(&)
Must yield this collection's elements to the block.
- #limit : Int32 | Nil
- #page : Int32 | Nil
- #total_pages : Int32 | Nil
- #total_results : Int32 | Nil
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(T)
Must yield this collection's elements to the block.