Class: WeatherJp::RequestParser::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/weather_jp/request_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



3
4
5
# File 'lib/weather_jp/request_parser.rb', line 3

def city
  @city
end

#dayObject

Returns the value of attribute day

Returns:

  • (Object)

    the current value of day



3
4
5
# File 'lib/weather_jp/request_parser.rb', line 3

def day
  @day
end