Class: BuildingSync::ImageTexture
- Inherits:
-
Object
- Object
- BuildingSync::ImageTexture
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaImageTexture
xmlattr_url - SOAP::SOAPString
xmlattr_repeatS - SOAP::SOAPBoolean
xmlattr_repeatT - SOAP::SOAPBoolean
Constant Summary collapse
- AttrRepeatS =
XSD::QName.new(nil, "repeatS")
- AttrRepeatT =
XSD::QName.new(nil, "repeatT")
- AttrUrl =
XSD::QName.new(nil, "url")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ ImageTexture
constructor
A new instance of ImageTexture.
- #xmlattr_repeatS ⇒ Object
- #xmlattr_repeatS=(value) ⇒ Object
- #xmlattr_repeatT ⇒ Object
- #xmlattr_repeatT=(value) ⇒ Object
- #xmlattr_url ⇒ Object
- #xmlattr_url=(value) ⇒ Object
Constructor Details
#initialize ⇒ ImageTexture
Returns a new instance of ImageTexture.
29047 29048 29049 |
# File 'lib/BuildingSync.rb', line 29047 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
29019 29020 29021 |
# File 'lib/BuildingSync.rb', line 29019 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_repeatS ⇒ Object
29031 29032 29033 |
# File 'lib/BuildingSync.rb', line 29031 def xmlattr_repeatS __xmlattr[AttrRepeatS] end |
#xmlattr_repeatS=(value) ⇒ Object
29035 29036 29037 |
# File 'lib/BuildingSync.rb', line 29035 def xmlattr_repeatS=(value) __xmlattr[AttrRepeatS] = value end |
#xmlattr_repeatT ⇒ Object
29039 29040 29041 |
# File 'lib/BuildingSync.rb', line 29039 def xmlattr_repeatT __xmlattr[AttrRepeatT] end |
#xmlattr_repeatT=(value) ⇒ Object
29043 29044 29045 |
# File 'lib/BuildingSync.rb', line 29043 def xmlattr_repeatT=(value) __xmlattr[AttrRepeatT] = value end |
#xmlattr_url ⇒ Object
29023 29024 29025 |
# File 'lib/BuildingSync.rb', line 29023 def xmlattr_url __xmlattr[AttrUrl] end |
#xmlattr_url=(value) ⇒ Object
29027 29028 29029 |
# File 'lib/BuildingSync.rb', line 29027 def xmlattr_url=(value) __xmlattr[AttrUrl] = value end |