Module: RubyTCC::REST::GetWeatherForecast
- Included in:
- API
- Defined in:
- lib/rubytcc/rest/get_weather_forecast.rb
Instance Method Summary collapse
Instance Method Details
#get_weather_forecast(options = {}) ⇒ Object
6 7 8 9 10 |
# File 'lib/rubytcc/rest/get_weather_forecast.rb', line 6 def get_weather_forecast( = {}) module_name = Module.nesting[0].to_s.split("::").last [:sessionID] ||= self.session_id complete_post(module_name, module_name, ) end |