Class: BuildingSync::RTSParameters

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

Overview

http://www.gbxml.org/schemaRTSParameters

hOutside - BuildingSync::HOutside
xmlattr_roofCTSType - SOAP::SOAPNMTOKEN
xmlattr_wallCTSType - SOAP::SOAPNMTOKEN

Constant Summary collapse

AttrRoofCTSType =
XSD::QName.new(nil, "roofCTSType")
AttrWallCTSType =
XSD::QName.new(nil, "wallCTSType")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hOutside = nil) ⇒ RTSParameters

Returns a new instance of RTSParameters.



31841
31842
31843
31844
# File 'lib/BuildingSync.rb', line 31841

def initialize(hOutside = nil)
  @hOutside = hOutside
  @__xmlattr = {}
end

Instance Attribute Details

#hOutsideObject

Returns the value of attribute hOutside.



31819
31820
31821
# File 'lib/BuildingSync.rb', line 31819

def hOutside
  @hOutside
end

Instance Method Details

#__xmlattrObject



31821
31822
31823
# File 'lib/BuildingSync.rb', line 31821

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_roofCTSTypeObject



31825
31826
31827
# File 'lib/BuildingSync.rb', line 31825

def xmlattr_roofCTSType
  __xmlattr[AttrRoofCTSType]
end

#xmlattr_roofCTSType=(value) ⇒ Object



31829
31830
31831
# File 'lib/BuildingSync.rb', line 31829

def xmlattr_roofCTSType=(value)
  __xmlattr[AttrRoofCTSType] = value
end

#xmlattr_wallCTSTypeObject



31833
31834
31835
# File 'lib/BuildingSync.rb', line 31833

def xmlattr_wallCTSType
  __xmlattr[AttrWallCTSType]
end

#xmlattr_wallCTSType=(value) ⇒ Object



31837
31838
31839
# File 'lib/BuildingSync.rb', line 31837

def xmlattr_wallCTSType=(value)
  __xmlattr[AttrWallCTSType] = value
end