struct Stops

Defined in:

utils/ExpandAndOptimize.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct StopPoint

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(id : Int32, name : String, type : String, dimension : String, residents : Array(String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def dimension : String #

[View source]
def id : Int32 #

[View source]
def name : String #

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

[View source]
def type : String #

[View source]