Class: BuildingSync::FlowControl
- Inherits:
-
Object
- Object
- BuildingSync::FlowControl
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaFlowControl
designFlow - BuildingSync::DesignFlow
minimumFlow - BuildingSync::MinimumFlow
maximumFlow - BuildingSync::MaximumFlow
recircFlow - BuildingSync::RecircFlow
xmlattr_processScheduleId - SOAP::SOAPIDREF
Constant Summary collapse
- AttrProcessScheduleId =
XSD::QName.new(nil, "processScheduleId")
Instance Attribute Summary collapse
-
#designFlow ⇒ Object
Returns the value of attribute designFlow.
-
#maximumFlow ⇒ Object
Returns the value of attribute maximumFlow.
-
#minimumFlow ⇒ Object
Returns the value of attribute minimumFlow.
-
#recircFlow ⇒ Object
Returns the value of attribute recircFlow.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(designFlow = [], minimumFlow = [], maximumFlow = [], recircFlow = []) ⇒ FlowControl
constructor
A new instance of FlowControl.
- #xmlattr_processScheduleId ⇒ Object
- #xmlattr_processScheduleId=(value) ⇒ Object
Constructor Details
#initialize(designFlow = [], minimumFlow = [], maximumFlow = [], recircFlow = []) ⇒ FlowControl
Returns a new instance of FlowControl.
28011 28012 28013 28014 28015 28016 28017 |
# File 'lib/BuildingSync.rb', line 28011 def initialize(designFlow = [], minimumFlow = [], maximumFlow = [], recircFlow = []) @designFlow = designFlow @minimumFlow = minimumFlow @maximumFlow = maximumFlow @recircFlow = recircFlow @__xmlattr = {} end |
Instance Attribute Details
#designFlow ⇒ Object
Returns the value of attribute designFlow.
27994 27995 27996 |
# File 'lib/BuildingSync.rb', line 27994 def designFlow @designFlow end |
#maximumFlow ⇒ Object
Returns the value of attribute maximumFlow.
27996 27997 27998 |
# File 'lib/BuildingSync.rb', line 27996 def maximumFlow @maximumFlow end |
#minimumFlow ⇒ Object
Returns the value of attribute minimumFlow.
27995 27996 27997 |
# File 'lib/BuildingSync.rb', line 27995 def minimumFlow @minimumFlow end |
#recircFlow ⇒ Object
Returns the value of attribute recircFlow.
27997 27998 27999 |
# File 'lib/BuildingSync.rb', line 27997 def recircFlow @recircFlow end |
Instance Method Details
#__xmlattr ⇒ Object
27999 28000 28001 |
# File 'lib/BuildingSync.rb', line 27999 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_processScheduleId ⇒ Object
28003 28004 28005 |
# File 'lib/BuildingSync.rb', line 28003 def xmlattr_processScheduleId __xmlattr[AttrProcessScheduleId] end |
#xmlattr_processScheduleId=(value) ⇒ Object
28007 28008 28009 |
# File 'lib/BuildingSync.rb', line 28007 def xmlattr_processScheduleId=(value) __xmlattr[AttrProcessScheduleId] = value end |