Class: Leptris::XML::Pull::Event
- Inherits:
-
Struct
- Object
- Struct
- Leptris::XML::Pull::Event
- Defined in:
- lib/leptris/xml/pull.rb
Instance Attribute Summary collapse
-
#attrs ⇒ Object
Returns the value of attribute attrs.
-
#name ⇒ Object
Returns the value of attribute name.
-
#text ⇒ Object
Returns the value of attribute text.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#attrs ⇒ Object
Returns the value of attribute attrs
17 18 19 |
# File 'lib/leptris/xml/pull.rb', line 17 def attrs @attrs end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/leptris/xml/pull.rb', line 17 def name @name end |
#text ⇒ Object
Returns the value of attribute text
17 18 19 |
# File 'lib/leptris/xml/pull.rb', line 17 def text @text end |
#type ⇒ Object
Returns the value of attribute type
17 18 19 |
# File 'lib/leptris/xml/pull.rb', line 17 def type @type end |