class Stripe::List(T)
- Stripe::List(T)
- Reference
- Object
Included Modules
- Enumerable(T)
- JSON::Serializable
Defined in:
stripe/objects/core/list.crConstructors
Instance Method Summary
- #data : Array(T)
-
#each(&)
Must yield this collection's elements to the block.
- #has_more : Bool
- #total_count : Int32 | Nil
- #url : String
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(T)
Must yield this collection's elements to the block.