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.



28103
28104
28105
# File 'lib/BuildingSync.rb', line 28103

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



28091
28092
28093
# File 'lib/BuildingSync.rb', line 28091

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_flowTypeObject



28095
28096
28097
# File 'lib/BuildingSync.rb', line 28095

def xmlattr_flowType
  __xmlattr[AttrFlowType]
end

#xmlattr_flowType=(value) ⇒ Object



28099
28100
28101
# File 'lib/BuildingSync.rb', line 28099

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