Class: BuildingSync::ScenarioType::WeatherType::Actual

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#weatherDataSourceObject

Returns the value of attribute weatherDataSource.



2981
2982
2983
# File 'lib/BuildingSync.rb', line 2981

def weatherDataSource
  @weatherDataSource
end