Class: WeatherJp::RequestParser::Request
- Inherits:
-
Struct
- Object
- Struct
- WeatherJp::RequestParser::Request
- Defined in:
- lib/weather_jp/request_parser.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#day ⇒ Object
Returns the value of attribute day.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
3 4 5 |
# File 'lib/weather_jp/request_parser.rb', line 3 def city @city end |
#day ⇒ Object
Returns the value of attribute day
3 4 5 |
# File 'lib/weather_jp/request_parser.rb', line 3 def day @day end |