Class: OnebusawaySDK::Models::References::Stop

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

#codeString?

Returns:

  • (String, nil)


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

optional :code, String

#directionString?

Returns:

  • (String, nil)


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

optional :direction, String

#idString

Returns:

  • (String)


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

required :id, String

#latFloat

Returns:

  • (Float)


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

required :lat, Float

#location_typeInteger

Returns:

  • (Integer)


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

required :location_type, Integer, api_name: :locationType

#lonFloat

Returns:

  • (Float)


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

required :lon, Float

#nameString

Returns:

  • (String)


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

required :name, String

#parentString

Returns:

  • (String)


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

required :parent, String

#route_idsArray<String>

Returns:

  • (Array<String>)


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

required :route_ids, OnebusawaySDK::Internal::Type::ArrayOf[String], api_name: :routeIds

#static_route_idsArray<String>

Returns:

  • (Array<String>)


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

required :static_route_ids, OnebusawaySDK::Internal::Type::ArrayOf[String], api_name: :staticRouteIds

#wheelchair_boardingString?

Returns:

  • (String, nil)


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

optional :wheelchair_boarding, String, api_name: :wheelchairBoarding