class Amazonite::ApiGateway::DocumentationVersion

Overview

A snapshot of the documentation of an API.

Included Modules

Defined in:

api_gateway/documentation_version.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(version : String | Nil = nil, created_date : Time | Nil = nil, description : 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 created_date : Time | Nil #

The date when the API documentation snapshot is created.


[View source]
def created_date=(created_date : Time | Nil) #

The date when the API documentation snapshot is created.


[View source]
def description : String | Nil #

The description of the API documentation snapshot.


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

The description of the API documentation snapshot.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]
def version : String | Nil #

The version identifier of the API documentation snapshot.


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

The version identifier of the API documentation snapshot.


[View source]