Class: MyTado::Request::Weather
- Inherits:
-
AbstractRequest
- Object
- AbstractRequest
- MyTado::Request::Weather
- Defined in:
- lib/my_tado/request/weather.rb
Overview
Calls the /weather endpoint
Instance Attribute Summary
Attributes inherited from AbstractRequest
Instance Method Summary collapse
Methods inherited from AbstractRequest
#body, #call, #initialize, #klass_name, #method, requires_home_id_param?
Constructor Details
This class inherits a constructor from MyTado::Request::AbstractRequest
Instance Method Details
#endpoint ⇒ Object
7 8 9 |
# File 'lib/my_tado/request/weather.rb', line 7 def endpoint "/v2/homes/#{[:home_id]}/weather" end |