Class: BuildingSync::ScenarioType::WeatherType::AdjustedToYear

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

Instance Method Summary collapse

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

#weatherDataSourceObject

Returns the value of attribute weatherDataSource.



2969
2970
2971
# File 'lib/BuildingSync.rb', line 2969

def weatherDataSource
  @weatherDataSource
end

#weatherYearObject

Returns the value of attribute weatherYear.



2968
2969
2970
# File 'lib/BuildingSync.rb', line 2968

def weatherYear
  @weatherYear
end