Class: OnebusawaySDK::Models::RouteRetrieveResponse::Data::Entry
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
Constructor Details
#initialize(id: , agency_id: , type: , color: nil, description: nil, long_name: nil, null_safe_short_name: nil, short_name: nil, text_color: nil, url: nil) ⇒ Object
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 82
|
Instance Attribute Details
#agency_id ⇒ String
40
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 40
required :agency_id, String, api_name: :agencyId
|
#color ⇒ String?
50
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 50
optional :color, String
|
#description ⇒ String?
55
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 55
optional :description, String
|
#id ⇒ String
35
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 35
required :id, String
|
#long_name ⇒ String?
60
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 60
optional :long_name, String, api_name: :longName
|
#null_safe_short_name ⇒ String?
65
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 65
optional :null_safe_short_name, String, api_name: :nullSafeShortName
|
#short_name ⇒ String?
70
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 70
optional :short_name, String, api_name: :shortName
|
#text_color ⇒ String?
75
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 75
optional :text_color, String, api_name: :textColor
|
#type ⇒ Integer
45
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 45
required :type, Integer
|
#url ⇒ String?
80
|
# File 'lib/onebusaway_sdk/models/route_retrieve_response.rb', line 80
optional :url, String
|