Class: OnebusawaySDK::Models::RoutesForLocationListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OnebusawaySDK::Models::RoutesForLocationListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/onebusaway_sdk/models/routes_for_location_list_params.rb,
sig/onebusaway_sdk/models/routes_for_location_list_params.rbs
Overview
Constant Summary
Constants included from Internal::Type::RequestParameters
Internal::Type::RequestParameters::OnebusawaySDK
Instance Attribute Summary collapse
-
#lat ⇒ Float?
If omitted, defaults to 0.0.
- #lat_span ⇒ Float?
-
#lon ⇒ Float?
If omitted, defaults to 0.0.
- #lon_span ⇒ Float?
- #query ⇒ String?
- #radius ⇒ Float?
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(lat: nil, lat_span: nil, lon: nil, lon_span: nil, query: nil, radius: nil, request_options: {}) ⇒ Object constructor
- #to_hash ⇒ {
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
#initialize(lat: nil, lat_span: nil, lon: nil, lon_span: nil, query: nil, radius: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/onebusaway_sdk/models/routes_for_location_list_params.rb', line 42
|
Instance Attribute Details
#lat ⇒ Float?
If omitted, defaults to 0.0.
14 |
# File 'lib/onebusaway_sdk/models/routes_for_location_list_params.rb', line 14 optional :lat, Float |
#lat_span ⇒ Float?
19 |
# File 'lib/onebusaway_sdk/models/routes_for_location_list_params.rb', line 19 optional :lat_span, Float |
#lon ⇒ Float?
If omitted, defaults to 0.0.
25 |
# File 'lib/onebusaway_sdk/models/routes_for_location_list_params.rb', line 25 optional :lon, Float |
#lon_span ⇒ Float?
30 |
# File 'lib/onebusaway_sdk/models/routes_for_location_list_params.rb', line 30 optional :lon_span, Float |
#query ⇒ String?
35 |
# File 'lib/onebusaway_sdk/models/routes_for_location_list_params.rb', line 35 optional :query, String |
#radius ⇒ Float?
40 |
# File 'lib/onebusaway_sdk/models/routes_for_location_list_params.rb', line 40 optional :radius, Float |
Instance Method Details
#to_hash ⇒ {
52 |
# File 'sig/onebusaway_sdk/models/routes_for_location_list_params.rbs', line 52
def to_hash: -> {
|