class
Amazonite::ApiGateway::Resources
- Amazonite::ApiGateway::Resources
- Reference
- Object
Overview
Represents a collection of Resource resources.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/resources.crConstructors
- .new(pull : JSON::PullParser)
- .new(items : Array(Resource) | Nil = nil, position : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#items : Array(Resource) | Nil
The current page of elements from this collection.
-
#items=(items : Array(Resource) | Nil)
The current page of elements from this collection.
-
#position : String | Nil
The current pagination position in the paged result set.
-
#position=(position : String | Nil)
The current pagination position in the paged result set.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
The current page of elements from this collection.
The current page of elements from this collection.