struct CitiBike::StationStatus

Overview

Wraps a list of Statuses. Statuses contain information about the state of each station.

Defined in:

citibike/station_status.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def stations : Array(Status) #

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

def to_json(json : JSON::Builder) #