Class: OnebusawaySDK::Models::References::Situation::AllAffect

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onebusaway_sdk/models/references.rb

Instance Attribute Summary collapse

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_idString?

Identifier for the agency.

Returns:

  • (String, nil)


302
# File 'lib/onebusaway_sdk/models/references.rb', line 302

optional :agency_id, String, api_name: :agencyId

#application_idString?

Identifier for the application.

Returns:

  • (String, nil)


308
# File 'lib/onebusaway_sdk/models/references.rb', line 308

optional :application_id, String, api_name: :applicationId

#direction_idString?

Identifier for the direction.

Returns:

  • (String, nil)


314
# File 'lib/onebusaway_sdk/models/references.rb', line 314

optional :direction_id, String, api_name: :directionId

#route_idString?

Identifier for the route.

Returns:

  • (String, nil)


320
# File 'lib/onebusaway_sdk/models/references.rb', line 320

optional :route_id, String, api_name: :routeId

#stop_idString?

Identifier for the stop.

Returns:

  • (String, nil)


326
# File 'lib/onebusaway_sdk/models/references.rb', line 326

optional :stop_id, String, api_name: :stopId

#trip_idString?

Identifier for the trip.

Returns:

  • (String, nil)


332
# File 'lib/onebusaway_sdk/models/references.rb', line 332

optional :trip_id, String, api_name: :tripId