Class: AbstractSyntaxTreeKit::HashElement
- Inherits:
-
Struct
- Object
- Struct
- AbstractSyntaxTreeKit::HashElement
- Defined in:
- lib/astkit.rb
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
98 99 100 |
# File 'lib/astkit.rb', line 98 def key @key end |
#value ⇒ Object
Returns the value of attribute value
98 99 100 |
# File 'lib/astkit.rb', line 98 def value @value end |