struct CitiBike::SystemRegions::Region

Overview

Represents an individual region in the Citi Bike system.

Defined in:

citibike/system_regions.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def name : String #

def name=(_name : String) #

def region_id : String #

def region_id=(_region_id : String) #

def to_json(json : JSON::Builder) #