Class: Decode::Key
- Inherits:
-
Struct
- Object
- Struct
- Decode::Key
- Defined in:
- lib/decode/symbol.rb
Overview
A language agnostic lexical scope.
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
25 26 27 |
# File 'lib/decode/symbol.rb', line 25 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/decode/symbol.rb', line 25 def name @name end |