Class: OnebusawaySDK::Models::StopsForLocationListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OnebusawaySDK::Models::StopsForLocationListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/onebusaway_sdk/models/stops_for_location_list_params.rb
Overview
Instance Attribute Summary collapse
- #lat ⇒ Float
-
#lat_span ⇒ Float?
An alternative to radius to set the search bounding box (optional).
- #lon ⇒ Float
-
#lon_span ⇒ Float?
An alternative to radius to set the search bounding box (optional).
-
#query ⇒ String?
A search query string to filter the results.
-
#radius ⇒ Float?
The radius in meters to search within.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
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: , lon: , lat_span: nil, lon_span: nil, query: nil, radius: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/onebusaway_sdk/models/stops_for_location_list_params.rb', line 44
|
Instance Attribute Details
#lat ⇒ Float
13 |
# File 'lib/onebusaway_sdk/models/stops_for_location_list_params.rb', line 13 required :lat, Float |
#lat_span ⇒ Float?
An alternative to radius to set the search bounding box (optional)
24 |
# File 'lib/onebusaway_sdk/models/stops_for_location_list_params.rb', line 24 optional :lat_span, Float |
#lon ⇒ Float
18 |
# File 'lib/onebusaway_sdk/models/stops_for_location_list_params.rb', line 18 required :lon, Float |
#lon_span ⇒ Float?
An alternative to radius to set the search bounding box (optional)
30 |
# File 'lib/onebusaway_sdk/models/stops_for_location_list_params.rb', line 30 optional :lon_span, Float |
#query ⇒ String?
A search query string to filter the results
36 |
# File 'lib/onebusaway_sdk/models/stops_for_location_list_params.rb', line 36 optional :query, String |
#radius ⇒ Float?
The radius in meters to search within
42 |
# File 'lib/onebusaway_sdk/models/stops_for_location_list_params.rb', line 42 optional :radius, Float |