class TravelStopExpanded

Included Modules

Defined in:

serializers/mapped_objects/locations_by_ids.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def dimension : String #

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

[View source]
def id : String #

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

[View source]
def name : String #

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

[View source]
def residents : Array(Residents) #

[View source]
def residents=(residents : Array(Residents)) #

[View source]
def type : String #

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

[View source]