class Coffee::Serialization::Entry

Included Modules

Defined in:

coffee/serialization/entry.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(ipAddress : String, edge : String | Nil = nil, iata : String | Nil = nil) #

[View source]

Instance Method Detail

def createdAt : String #

[View source]
def createdAt=(createdAt : String) #

[View source]
def edge : String | Nil #

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

[View source]
def iata : String | Nil #

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

[View source]
def ipAddress : String #

[View source]
def ipAddress=(ipAddress : String) #

[View source]
def timing : String #

[View source]
def timing=(timing : String) #

[View source]