Class: OnebusawaySDK::Models::ConfigRetrieveResponse::Data::Entry
Overview
Defined Under Namespace
Classes: GitProperties
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: nil, git_properties: nil, name: nil, service_date_from: nil, service_date_to: nil) ⇒ Object
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 59
|
Instance Attribute Details
40
41
42
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 40
optional :git_properties,
-> { OnebusawaySDK::Models::ConfigRetrieveResponse::Data::Entry::GitProperties },
api_name: :gitProperties
|
#id ⇒ String?
35
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 35
optional :id, String
|
#name ⇒ String?
47
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 47
optional :name, String
|
#service_date_from ⇒ String?
52
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 52
optional :service_date_from, String, api_name: :serviceDateFrom
|
#service_date_to ⇒ String?
57
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 57
optional :service_date_to, String, api_name: :serviceDateTo
|