Class: BuildingSync::ScenarioType::WeatherType::Actual
- Inherits:
-
Object
- Object
- BuildingSync::ScenarioType::WeatherType::Actual
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Actual http://buildingsync.net/schemas/bedes-auc/2019Actual
weatherDataSource - SOAP::SOAPString
Instance Attribute Summary collapse
-
#weatherDataSource ⇒ Object
Returns the value of attribute weatherDataSource.
Instance Method Summary collapse
-
#initialize(weatherDataSource = nil) ⇒ Actual
constructor
A new instance of Actual.
Constructor Details
#initialize(weatherDataSource = nil) ⇒ Actual
Returns a new instance of Actual.
2983 2984 2985 |
# File 'lib/BuildingSync.rb', line 2983 def initialize(weatherDataSource = nil) @weatherDataSource = weatherDataSource end |
Instance Attribute Details
#weatherDataSource ⇒ Object
Returns the value of attribute weatherDataSource.
2981 2982 2983 |
# File 'lib/BuildingSync.rb', line 2981 def weatherDataSource @weatherDataSource end |