Class: BuildingSync::C_Data

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://www.gbxml.org/schemaData

independentValue - SOAP::SOAPDecimal
dependentValue - SOAP::SOAPDecimal

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(independentValue = [], dependentValue = []) ⇒ C_Data

Returns a new instance of C_Data.



25987
25988
25989
25990
# File 'lib/BuildingSync.rb', line 25987

def initialize(independentValue = [], dependentValue = [])
  @independentValue = independentValue
  @dependentValue = dependentValue
end

Instance Attribute Details

#dependentValueObject

Returns the value of attribute dependentValue.



25985
25986
25987
# File 'lib/BuildingSync.rb', line 25985

def dependentValue
  @dependentValue
end

#independentValueObject

Returns the value of attribute independentValue.



25984
25985
25986
# File 'lib/BuildingSync.rb', line 25984

def independentValue
  @independentValue
end