Class: Maml::Tag
- Inherits:
-
Struct
- Object
- Struct
- Maml::Tag
- Defined in:
- lib/motion-maml/maml.rb
Overview
struct used by #parse
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#element ⇒ Object
Returns the value of attribute element.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
3 4 5 |
# File 'lib/motion-maml/maml.rb', line 3 def class_name @class_name end |
#element ⇒ Object
Returns the value of attribute element
3 4 5 |
# File 'lib/motion-maml/maml.rb', line 3 def element @element end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/motion-maml/maml.rb', line 3 def id @id end |