Class: BuildingSync::C_Data
- Inherits:
-
Object
- Object
- BuildingSync::C_Data
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaData
independentValue - SOAP::SOAPDecimal
dependentValue - SOAP::SOAPDecimal
Instance Attribute Summary collapse
-
#dependentValue ⇒ Object
Returns the value of attribute dependentValue.
-
#independentValue ⇒ Object
Returns the value of attribute independentValue.
Instance Method Summary collapse
-
#initialize(independentValue = [], dependentValue = []) ⇒ C_Data
constructor
A new instance of C_Data.
Constructor Details
#initialize(independentValue = [], dependentValue = []) ⇒ C_Data
Returns a new instance of C_Data.
26512 26513 26514 26515 |
# File 'lib/BuildingSync.rb', line 26512 def initialize(independentValue = [], dependentValue = []) @independentValue = independentValue @dependentValue = dependentValue end |
Instance Attribute Details
#dependentValue ⇒ Object
Returns the value of attribute dependentValue.
26510 26511 26512 |
# File 'lib/BuildingSync.rb', line 26510 def dependentValue @dependentValue end |
#independentValue ⇒ Object
Returns the value of attribute independentValue.
26509 26510 26511 |
# File 'lib/BuildingSync.rb', line 26509 def independentValue @independentValue end |