Class: Moxml::StructPlan::Element

Inherits:
Struct
  • Object
show all
Defined in:
lib/moxml/struct_plan.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attrsObject

Returns the value of attribute attrs

Returns:

  • (Object)

    the current value of attrs



23
24
25
# File 'lib/moxml/struct_plan.rb', line 23

def attrs
  @attrs
end

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



23
24
25
# File 'lib/moxml/struct_plan.rb', line 23

def children
  @children
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



23
24
25
# File 'lib/moxml/struct_plan.rb', line 23

def klass
  @klass
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



23
24
25
# File 'lib/moxml/struct_plan.rb', line 23

def text
  @text
end