Class: OnebusawaySDK::Models::TripsForLocationListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OnebusawaySDK::Models::TripsForLocationListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/onebusaway_sdk/models/trips_for_location_list_params.rb
Overview
Instance Attribute Summary collapse
-
#include_schedule ⇒ Boolean?
Whether to include full schedule elements in the tripDetails section.
-
#include_trip ⇒ Boolean?
Whether to include full trip elements in the references section.
-
#lat ⇒ Float
The latitude coordinate of the search center.
-
#lat_span ⇒ Float
Latitude span of the search bounding box.
-
#lon ⇒ Float
The longitude coordinate of the search center.
-
#lon_span ⇒ Float
Longitude span of the search bounding box.
-
#time ⇒ Integer?
Specific time for the query.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(lat: , lat_span: , lon: , lon_span: , include_schedule: nil, include_trip: nil, time: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see TripsForLocationListParams for more details.
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: , lat_span: , lon: , lon_span: , include_schedule: nil, include_trip: nil, time: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see OnebusawaySDK::Models::TripsForLocationListParams for more details.
|
|
# File 'lib/onebusaway_sdk/models/trips_for_location_list_params.rb', line 54
|
Instance Attribute Details
#include_schedule ⇒ Boolean?
Whether to include full schedule elements in the tripDetails section. Defaults to false.
39 |
# File 'lib/onebusaway_sdk/models/trips_for_location_list_params.rb', line 39 optional :include_schedule, OnebusawaySDK::Internal::Type::Boolean |
#include_trip ⇒ Boolean?
Whether to include full trip elements in the references section. Defaults to false.
46 |
# File 'lib/onebusaway_sdk/models/trips_for_location_list_params.rb', line 46 optional :include_trip, OnebusawaySDK::Internal::Type::Boolean |
#lat ⇒ Float
The latitude coordinate of the search center
14 |
# File 'lib/onebusaway_sdk/models/trips_for_location_list_params.rb', line 14 required :lat, Float |
#lat_span ⇒ Float
Latitude span of the search bounding box
20 |
# File 'lib/onebusaway_sdk/models/trips_for_location_list_params.rb', line 20 required :lat_span, Float |
#lon ⇒ Float
The longitude coordinate of the search center
26 |
# File 'lib/onebusaway_sdk/models/trips_for_location_list_params.rb', line 26 required :lon, Float |
#lon_span ⇒ Float
Longitude span of the search bounding box
32 |
# File 'lib/onebusaway_sdk/models/trips_for_location_list_params.rb', line 32 required :lon_span, Float |
#time ⇒ Integer?
Specific time for the query. Defaults to the current time.
52 |
# File 'lib/onebusaway_sdk/models/trips_for_location_list_params.rb', line 52 optional :time, Integer |