Class: Trackerific::Builders::Base::XML
- Inherits:
-
Struct
- Object
- Struct
- Trackerific::Builders::Base::XML
- Defined in:
- lib/trackerific/builders/base/xml.rb
Class Attribute Summary collapse
-
.xml_version ⇒ Object
Returns the value of attribute xml_version.
Instance Attribute Summary collapse
-
#xml ⇒ Object
readonly
Returns the value of attribute xml.
Instance Method Summary collapse
-
#initialize(*args) ⇒ XML
constructor
A new instance of XML.
Constructor Details
#initialize(*args) ⇒ XML
Returns a new instance of XML.
8 9 10 11 12 |
# File 'lib/trackerific/builders/base/xml.rb', line 8 def initialize(*args) super(*args) @xml = "" build end |
Class Attribute Details
.xml_version ⇒ Object
Returns the value of attribute xml_version.
3 4 5 |
# File 'lib/trackerific/builders/base/xml.rb', line 3 def xml_version @xml_version end |
Instance Attribute Details
#xml ⇒ Object (readonly)
Returns the value of attribute xml.
6 7 8 |
# File 'lib/trackerific/builders/base/xml.rb', line 6 def xml @xml end |