struct CitiBike::StationInformation

Overview

Wraps a list of Stations. Stations contain information about location, capacity, and payment options.

Defined in:

citibike/station_information.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def stations : Array(Station) #

def stations=(_stations : Array(Station)) #

def to_json(json : JSON::Builder) #