Class: Coradoc::Transformer::NamedAttribute
- Inherits:
-
Struct
- Object
- Struct
- Coradoc::Transformer::NamedAttribute
- Defined in:
- lib/coradoc/transformer.rb
Overview
AttributeList
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
48 49 50 |
# File 'lib/coradoc/transformer.rb', line 48 def key @key end |
#value ⇒ Object
Returns the value of attribute value
48 49 50 |
# File 'lib/coradoc/transformer.rb', line 48 def value @value end |