Class: OnebusawaySDK::Models::References::Situation::AllAffect
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OnebusawaySDK::Models::References::Situation::AllAffect
- Defined in:
- lib/onebusaway_sdk/models/references.rb
Instance Attribute Summary collapse
-
#agency_id ⇒ String?
Identifier for the agency.
-
#application_id ⇒ String?
Identifier for the application.
-
#direction_id ⇒ String?
Identifier for the direction.
-
#route_id ⇒ String?
Identifier for the route.
-
#stop_id ⇒ String?
Identifier for the stop.
-
#trip_id ⇒ String?
Identifier for the trip.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from OnebusawaySDK::Internal::Type::BaseModel
Instance Attribute Details
#agency_id ⇒ String?
Identifier for the agency.
302 |
# File 'lib/onebusaway_sdk/models/references.rb', line 302 optional :agency_id, String, api_name: :agencyId |
#application_id ⇒ String?
Identifier for the application.
308 |
# File 'lib/onebusaway_sdk/models/references.rb', line 308 optional :application_id, String, api_name: :applicationId |
#direction_id ⇒ String?
Identifier for the direction.
314 |
# File 'lib/onebusaway_sdk/models/references.rb', line 314 optional :direction_id, String, api_name: :directionId |
#route_id ⇒ String?
Identifier for the route.
320 |
# File 'lib/onebusaway_sdk/models/references.rb', line 320 optional :route_id, String, api_name: :routeId |
#stop_id ⇒ String?
Identifier for the stop.
326 |
# File 'lib/onebusaway_sdk/models/references.rb', line 326 optional :stop_id, String, api_name: :stopId |
#trip_id ⇒ String?
Identifier for the trip.
332 |
# File 'lib/onebusaway_sdk/models/references.rb', line 332 optional :trip_id, String, api_name: :tripId |