Class: Moxml::StructPlan::Element
- Inherits:
-
Struct
- Object
- Struct
- Moxml::StructPlan::Element
- Defined in:
- lib/moxml/struct_plan.rb
Instance Attribute Summary collapse
-
#attrs ⇒ Object
Returns the value of attribute attrs.
-
#children ⇒ Object
Returns the value of attribute children.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#attrs ⇒ Object
Returns the value of attribute attrs
23 24 25 |
# File 'lib/moxml/struct_plan.rb', line 23 def attrs @attrs end |
#children ⇒ Object
Returns the value of attribute children
23 24 25 |
# File 'lib/moxml/struct_plan.rb', line 23 def children @children end |
#klass ⇒ Object
Returns the value of attribute klass
23 24 25 |
# File 'lib/moxml/struct_plan.rb', line 23 def klass @klass end |
#text ⇒ Object
Returns the value of attribute text
23 24 25 |
# File 'lib/moxml/struct_plan.rb', line 23 def text @text end |