Class: BuildingSync::FlowType
- Inherits:
-
Object
- Object
- BuildingSync::FlowType
- 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
- #__xmlattr ⇒ Object
-
#initialize ⇒ FlowType
constructor
A new instance of FlowType.
- #xmlattr_flowType ⇒ Object
- #xmlattr_flowType=(value) ⇒ Object
Constructor Details
#initialize ⇒ FlowType
Returns a new instance of FlowType.
28103 28104 28105 |
# File 'lib/BuildingSync.rb', line 28103 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
28091 28092 28093 |
# File 'lib/BuildingSync.rb', line 28091 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_flowType ⇒ Object
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 |