Class: Dryml::TagDef
- Inherits:
-
Struct
- Object
- Struct
- Dryml::TagDef
- Defined in:
- lib/dryml.rb
Instance Attribute Summary collapse
-
#attrs ⇒ Object
Returns the value of attribute attrs.
-
#name ⇒ Object
Returns the value of attribute name.
-
#proc ⇒ Object
Returns the value of attribute proc.
Instance Attribute Details
#attrs ⇒ Object
Returns the value of attribute attrs
34 35 36 |
# File 'lib/dryml.rb', line 34 def attrs @attrs end |
#name ⇒ Object
Returns the value of attribute name
34 35 36 |
# File 'lib/dryml.rb', line 34 def name @name end |
#proc ⇒ Object
Returns the value of attribute proc
34 35 36 |
# File 'lib/dryml.rb', line 34 def proc @proc end |