Class: Samsara::Reports::AsyncClient
- Inherits:
-
Object
- Object
- Samsara::Reports::AsyncClient
- Defined in:
- lib/samsara_api/reports/client.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
Constructor Details
#initialize(request_client:) ⇒ Samsara::Reports::AsyncClient
27 28 29 |
# File 'lib/samsara_api/reports/client.rb', line 27 def initialize(request_client:) @reports = Samsara::Reports::Vehicles::AsyncClient.new(request_client: request_client) end |
Instance Attribute Details
#reports ⇒ Samsara::Reports::Vehicles::AsyncClient (readonly)
22 23 24 |
# File 'lib/samsara_api/reports/client.rb', line 22 def reports @reports end |