Class: OnebusawaySDK::Models::References::Route
Instance Attribute Summary collapse
Method Summary
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#agency_id ⇒ String
119
|
# File 'lib/onebusaway_sdk/models/references.rb', line 119
required :agency_id, String, api_name: :agencyId
|
#color ⇒ String?
129
|
# File 'lib/onebusaway_sdk/models/references.rb', line 129
optional :color, String
|
#description ⇒ String?
134
|
# File 'lib/onebusaway_sdk/models/references.rb', line 134
optional :description, String
|
#id ⇒ String
114
|
# File 'lib/onebusaway_sdk/models/references.rb', line 114
required :id, String
|
#long_name ⇒ String?
139
|
# File 'lib/onebusaway_sdk/models/references.rb', line 139
optional :long_name, String, api_name: :longName
|
#null_safe_short_name ⇒ String?
144
|
# File 'lib/onebusaway_sdk/models/references.rb', line 144
optional :null_safe_short_name, String, api_name: :nullSafeShortName
|
#short_name ⇒ String?
149
|
# File 'lib/onebusaway_sdk/models/references.rb', line 149
optional :short_name, String, api_name: :shortName
|
#text_color ⇒ String?
154
|
# File 'lib/onebusaway_sdk/models/references.rb', line 154
optional :text_color, String, api_name: :textColor
|
#type ⇒ Integer
124
|
# File 'lib/onebusaway_sdk/models/references.rb', line 124
required :type, Integer
|
#url ⇒ String?
159
|
# File 'lib/onebusaway_sdk/models/references.rb', line 159
optional :url, String
|