Class: BuildingSync::Frame
- Inherits:
-
Object
- Object
- BuildingSync::Frame
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaFrame
name - SOAP::SOAPString
description - SOAP::SOAPString
width - BuildingSync::Width
xmlattr_id - SOAP::SOAPID
xmlattr_type - SOAP::SOAPNMTOKEN
xmlattr_DOELibIdRef - SOAP::SOAPString
Constant Summary collapse
- AttrDOELibIdRef =
XSD::QName.new(nil, "DOELibIdRef")
- AttrId =
XSD::QName.new(nil, "id")
- AttrType =
XSD::QName.new(nil, "type")
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(name = [], description = [], width = []) ⇒ Frame
constructor
A new instance of Frame.
- #xmlattr_DOELibIdRef ⇒ Object
- #xmlattr_DOELibIdRef=(value) ⇒ Object
- #xmlattr_id ⇒ Object
- #xmlattr_id=(value) ⇒ Object
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
Constructor Details
#initialize(name = [], description = [], width = []) ⇒ Frame
Returns a new instance of Frame.
28152 28153 28154 28155 28156 28157 |
# File 'lib/BuildingSync.rb', line 28152 def initialize(name = [], description = [], width = []) @name = name @description = description @width = width @__xmlattr = {} end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
28121 28122 28123 |
# File 'lib/BuildingSync.rb', line 28121 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
28120 28121 28122 |
# File 'lib/BuildingSync.rb', line 28120 def name @name end |
#width ⇒ Object
Returns the value of attribute width.
28122 28123 28124 |
# File 'lib/BuildingSync.rb', line 28122 def width @width end |
Instance Method Details
#__xmlattr ⇒ Object
28124 28125 28126 |
# File 'lib/BuildingSync.rb', line 28124 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_DOELibIdRef ⇒ Object
28144 28145 28146 |
# File 'lib/BuildingSync.rb', line 28144 def xmlattr_DOELibIdRef __xmlattr[AttrDOELibIdRef] end |
#xmlattr_DOELibIdRef=(value) ⇒ Object
28148 28149 28150 |
# File 'lib/BuildingSync.rb', line 28148 def xmlattr_DOELibIdRef=(value) __xmlattr[AttrDOELibIdRef] = value end |
#xmlattr_id ⇒ Object
28128 28129 28130 |
# File 'lib/BuildingSync.rb', line 28128 def xmlattr_id __xmlattr[AttrId] end |
#xmlattr_id=(value) ⇒ Object
28132 28133 28134 |
# File 'lib/BuildingSync.rb', line 28132 def xmlattr_id=(value) __xmlattr[AttrId] = value end |
#xmlattr_type ⇒ Object
28136 28137 28138 |
# File 'lib/BuildingSync.rb', line 28136 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
28140 28141 28142 |
# File 'lib/BuildingSync.rb', line 28140 def xmlattr_type=(value) __xmlattr[AttrType] = value end |