class Amazonite::ApiGateway::DocumentationPartIds

Overview

A collection of the imported DocumentationPart identifiers.

Included Modules

Defined in:

api_gateway/documentation_part_ids.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(ids : Array(String) | Nil = nil, warnings : Array(String) | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def ids : Array(String) | Nil #

A list of the returned documentation part identifiers.


[View source]
def ids=(ids : Array(String) | Nil) #

A list of the returned documentation part identifiers.


[View source]
def validate! : Nil #

[View source]
def warnings : Array(String) | Nil #

A list of warning messages reported during import of documentation parts.


[View source]
def warnings=(warnings : Array(String) | Nil) #

A list of warning messages reported during import of documentation parts.


[View source]