struct CitiBike::SystemInformation

Overview

Represents metadata about the Citi Bike system.

Defined in:

citibike/system_information.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def email : String #

def email=(_email : String) #

def language : String #

def language=(_language : String) #

def license_url : String #

def license_url=(_license_url : String) #

def name : String #

def name=(_name : String) #

def operator : String #

def operator=(_operator : String) #

def phone_number : String #

def phone_number=(_phone_number : String) #

def purchase_url : String #

def purchase_url=(_purchase_url : String) #

def short_name : String #

def short_name=(_short_name : String) #

def start_data : String #

def start_data=(_start_data : String) #

def system_id : String #

def system_id=(_system_id : String) #

def timezone : String #

def timezone=(_timezone : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #