class
Amazonite::ApiGateway::DocumentationPartIds
- Amazonite::ApiGateway::DocumentationPartIds
- Reference
- Object
Overview
A collection of the imported DocumentationPart identifiers.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/documentation_part_ids.crConstructors
- .new(pull : JSON::PullParser)
- .new(ids : Array(String) | Nil = nil, warnings : Array(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) -
#ids : Array(String) | Nil
A list of the returned documentation part identifiers.
-
#ids=(ids : Array(String) | Nil)
A list of the returned documentation part identifiers.
- #validate! : Nil
-
#warnings : Array(String) | Nil
A list of warning messages reported during import of documentation parts.
-
#warnings=(warnings : Array(String) | Nil)
A list of warning messages reported during import of documentation parts.
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?.
def warnings : Array(String) | Nil
#
A list of warning messages reported during import of documentation parts.
def warnings=(warnings : Array(String) | Nil)
#
A list of warning messages reported during import of documentation parts.