Class: Ruboty::LivedoorWeather::Client
- Inherits:
-
Object
- Object
- Ruboty::LivedoorWeather::Client
- Defined in:
- lib/ruboty/livedoor_weather/client.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ Client
constructor
A new instance of Client.
- #report ⇒ Object
Constructor Details
#initialize(message) ⇒ Client
Returns a new instance of Client.
3 4 5 6 7 8 |
# File 'lib/ruboty/livedoor_weather/client.rb', line 3 def initialize() @city = city() @locations = locations() @brain = .robot.brain @primary_area = retrieve_primary_area end |
Instance Method Details
#report ⇒ Object
10 11 12 |
# File 'lib/ruboty/livedoor_weather/client.rb', line 10 def report request end |