Class: BuildingSync::FlowType

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

Overview

http://www.gbxml.org/schemaFlowType

xmlattr_flowType - SOAP::SOAPNMTOKEN

Constant Summary collapse

AttrFlowType =
XSD::QName.new(nil, "flowType")

Instance Method Summary collapse

Constructor Details

#initializeFlowType

Returns a new instance of FlowType.



27578
27579
27580
# File 'lib/BuildingSync.rb', line 27578

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



27566
27567
27568
# File 'lib/BuildingSync.rb', line 27566

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_flowTypeObject



27570
27571
27572
# File 'lib/BuildingSync.rb', line 27570

def xmlattr_flowType
  __xmlattr[AttrFlowType]
end

#xmlattr_flowType=(value) ⇒ Object



27574
27575
27576
# File 'lib/BuildingSync.rb', line 27574

def xmlattr_flowType=(value)
  __xmlattr[AttrFlowType] = value
end