Class: Pago::Models::Enums::Unions::Errors::Webhooks::Services::Paginator
- Inherits:
-
Object
- Object
- Pago::Models::Enums::Unions::Errors::Webhooks::Services::Paginator
- Includes:
- Enumerable[untyped]
- Defined in:
- sig/pago.rbs
Instance Method Summary collapse
- #each ⇒ void
-
#initialize {|page| ... } ⇒ Paginator
constructor
A new instance of Paginator.
- #pages ⇒ void
Constructor Details
#initialize {|page| ... } ⇒ Paginator
Returns a new instance of Paginator.
182 |
# File 'sig/pago.rbs', line 182
def initialize: () { (Integer page) -> untyped } -> void
|
Instance Method Details
#each ⇒ void
This method returns an undefined value.
183 |
# File 'sig/pago.rbs', line 183
def each: () ?{ (untyped item) -> void } -> untyped
|
#pages ⇒ void
This method returns an undefined value.
184 |
# File 'sig/pago.rbs', line 184
def pages: () ?{ (untyped page) -> void } -> untyped
|