Class: Weather::VisualCrossingClient::Response
- Inherits:
-
Struct
- Object
- Struct
- Weather::VisualCrossingClient::Response
- Defined in:
- app/services/weather/visual_crossing_client.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#error ⇒ Object
Returns the value of attribute error.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
63 64 65 |
# File 'app/services/weather/visual_crossing_client.rb', line 63 def data @data end |
#error ⇒ Object
Returns the value of attribute error
63 64 65 |
# File 'app/services/weather/visual_crossing_client.rb', line 63 def error @error end |
#success? ⇒ Object
Returns the value of attribute success?
63 64 65 |
# File 'app/services/weather/visual_crossing_client.rb', line 63
def success?
@success?
end
|