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)


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

optional :code, String

#directionString?

Returns:

  • (String, nil)


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

optional :direction, String

#idString

Returns:

  • (String)


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

required :id, String

#latFloat

Returns:

  • (Float)


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

required :lat, Float

#location_typeInteger

Returns:

  • (Integer)


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

required :location_type, Integer, api_name: :locationType

#lonFloat

Returns:

  • (Float)


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

required :lon, Float

#nameString

Returns:

  • (String)


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

required :name, String

#parentString

Returns:

  • (String)


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

required :parent, String

#route_idsArray<String>

Returns:

  • (Array<String>)


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

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

#static_route_idsArray<String>

Returns:

  • (Array<String>)


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

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

#wheelchair_boardingString?

Returns:

  • (String, nil)


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

optional :wheelchair_boarding, String, api_name: :wheelchairBoarding