Class: OnebusawaySDK::Models::StopsForRouteListResponse::Data::Entry::StopGrouping::Name
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/onebusaway_sdk/models/stops_for_route_list_response.rb,
sig/onebusaway_sdk/models/stops_for_route_list_response.rbs
Overview
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 ⇒ Object
167
|
# File 'sig/onebusaway_sdk/models/stops_for_route_list_response.rbs', line 167
def initialize: (
|
Instance Attribute Details
#name ⇒ String?
116
|
# File 'lib/onebusaway_sdk/models/stops_for_route_list_response.rb', line 116
optional :name, String
|
#names ⇒ Array<String>?
121
|
# File 'lib/onebusaway_sdk/models/stops_for_route_list_response.rb', line 121
optional :names, OnebusawaySDK::Internal::Type::ArrayOf[String]
|
#type ⇒ String?
126
|
# File 'lib/onebusaway_sdk/models/stops_for_route_list_response.rb', line 126
optional :type, String
|
Instance Method Details
#to_hash ⇒ {
173
|
# File 'sig/onebusaway_sdk/models/stops_for_route_list_response.rbs', line 173
def to_hash: -> {
|