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.



31316
31317
31318
31319
# File 'lib/BuildingSync.rb', line 31316

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

Instance Attribute Details

#hOutsideObject

Returns the value of attribute hOutside.



31294
31295
31296
# File 'lib/BuildingSync.rb', line 31294

def hOutside
  @hOutside
end

Instance Method Details

#__xmlattrObject



31296
31297
31298
# File 'lib/BuildingSync.rb', line 31296

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_roofCTSTypeObject



31300
31301
31302
# File 'lib/BuildingSync.rb', line 31300

def xmlattr_roofCTSType
  __xmlattr[AttrRoofCTSType]
end

#xmlattr_roofCTSType=(value) ⇒ Object



31304
31305
31306
# File 'lib/BuildingSync.rb', line 31304

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

#xmlattr_wallCTSTypeObject



31308
31309
31310
# File 'lib/BuildingSync.rb', line 31308

def xmlattr_wallCTSType
  __xmlattr[AttrWallCTSType]
end

#xmlattr_wallCTSType=(value) ⇒ Object



31312
31313
31314
# File 'lib/BuildingSync.rb', line 31312

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