Class: Nagoro::Pipe::Element::ElementStruct
- Inherits:
-
Struct
- Object
- Struct
- Nagoro::Pipe::Element::ElementStruct
- Defined in:
- lib/nagoro/pipe/element.rb
Instance Attribute Summary collapse
-
#attrs ⇒ Object
Returns the value of attribute attrs.
-
#content ⇒ Object
Returns the value of attribute content.
-
#element ⇒ Object
Returns the value of attribute element.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#attrs ⇒ Object
Returns the value of attribute attrs
14 15 16 |
# File 'lib/nagoro/pipe/element.rb', line 14 def attrs @attrs end |
#content ⇒ Object
Returns the value of attribute content
14 15 16 |
# File 'lib/nagoro/pipe/element.rb', line 14 def content @content end |
#element ⇒ Object
Returns the value of attribute element
14 15 16 |
# File 'lib/nagoro/pipe/element.rb', line 14 def element @element end |
#tag ⇒ Object
Returns the value of attribute tag
14 15 16 |
# File 'lib/nagoro/pipe/element.rb', line 14 def tag @tag end |