Class: Decode::Key

Inherits:
Struct
  • Object
show all
Defined in:
lib/decode/symbol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



24
25
26
# File 'lib/decode/symbol.rb', line 24

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



24
25
26
# File 'lib/decode/symbol.rb', line 24

def name
  @name
end