Class: BuildingSync::ScenarioType::WeatherType::AdjustedToYear
- Inherits:
-
Object
- Object
- BuildingSync::ScenarioType::WeatherType::AdjustedToYear
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: AdjustedToYear http://buildingsync.net/schemas/bedes-auc/2019AdjustedToYear
weatherYear - SOAP::SOAPGYear
weatherDataSource - SOAP::SOAPString
Instance Attribute Summary collapse
-
#weatherDataSource ⇒ Object
Returns the value of attribute weatherDataSource.
-
#weatherYear ⇒ Object
Returns the value of attribute weatherYear.
Instance Method Summary collapse
-
#initialize(weatherYear = nil, weatherDataSource = nil) ⇒ AdjustedToYear
constructor
A new instance of AdjustedToYear.
Constructor Details
#initialize(weatherYear = nil, weatherDataSource = nil) ⇒ AdjustedToYear
Returns a new instance of AdjustedToYear.
2971 2972 2973 2974 |
# File 'lib/BuildingSync.rb', line 2971 def initialize(weatherYear = nil, weatherDataSource = nil) @weatherYear = weatherYear @weatherDataSource = weatherDataSource end |
Instance Attribute Details
#weatherDataSource ⇒ Object
Returns the value of attribute weatherDataSource.
2969 2970 2971 |
# File 'lib/BuildingSync.rb', line 2969 def weatherDataSource @weatherDataSource end |
#weatherYear ⇒ Object
Returns the value of attribute weatherYear.
2968 2969 2970 |
# File 'lib/BuildingSync.rb', line 2968 def weatherYear @weatherYear end |