Class: Decode::Key
- Inherits:
-
Struct
- Object
- Struct
- Decode::Key
- Defined in:
- lib/decode/symbol.rb
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
24 25 26 |
# File 'lib/decode/symbol.rb', line 24 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/decode/symbol.rb', line 24 def name @name end |