Class: BuildingSync::Combustion
- Inherits:
-
Object
- Object
- BuildingSync::Combustion
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019Combustion
draftType - SOAP::SOAPString
draftBoundary - SOAP::SOAPString
condensingOperation - SOAP::SOAPString
Instance Attribute Summary collapse
-
#condensingOperation ⇒ Object
Returns the value of attribute condensingOperation.
-
#draftBoundary ⇒ Object
Returns the value of attribute draftBoundary.
-
#draftType ⇒ Object
Returns the value of attribute draftType.
Instance Method Summary collapse
-
#initialize(draftType = nil, draftBoundary = nil, condensingOperation = nil) ⇒ Combustion
constructor
A new instance of Combustion.
Constructor Details
#initialize(draftType = nil, draftBoundary = nil, condensingOperation = nil) ⇒ Combustion
Returns a new instance of Combustion.
22826 22827 22828 22829 22830 |
# File 'lib/BuildingSync.rb', line 22826 def initialize(draftType = nil, draftBoundary = nil, condensingOperation = nil) @draftType = draftType @draftBoundary = draftBoundary @condensingOperation = condensingOperation end |
Instance Attribute Details
#condensingOperation ⇒ Object
Returns the value of attribute condensingOperation.
22824 22825 22826 |
# File 'lib/BuildingSync.rb', line 22824 def condensingOperation @condensingOperation end |
#draftBoundary ⇒ Object
Returns the value of attribute draftBoundary.
22823 22824 22825 |
# File 'lib/BuildingSync.rb', line 22823 def draftBoundary @draftBoundary end |
#draftType ⇒ Object
Returns the value of attribute draftType.
22822 22823 22824 |
# File 'lib/BuildingSync.rb', line 22822 def draftType @draftType end |