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.



26512
26513
26514
26515
# File 'lib/BuildingSync.rb', line 26512

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

Instance Attribute Details

#dependentValueObject

Returns the value of attribute dependentValue.



26510
26511
26512
# File 'lib/BuildingSync.rb', line 26510

def dependentValue
  @dependentValue
end

#independentValueObject

Returns the value of attribute independentValue.



26509
26510
26511
# File 'lib/BuildingSync.rb', line 26509

def independentValue
  @independentValue
end