struct CitiBike::StationStatus::Status

Defined in:

citibike/station_status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]
def installed? #

Whether or not this Citi Bike station is installed.


[View source]
def renting? #

Whether or not this Citi Bike station is currently renting bikes.


[View source]
def returning? #

Whether or not this Citi Bike station is currently accepted returned bikes.

NOTE This is true even if the station is full!


[View source]