Class: CmdParse::SymbolEntry

Inherits:
Struct
  • Object
show all
Defined in:
app/cmd_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chainObject

Returns the value of attribute chain

Returns:

  • (Object)

    the current value of chain



278
279
280
# File 'app/cmd_parser.rb', line 278

def chain
  @chain
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



278
279
280
# File 'app/cmd_parser.rb', line 278

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



278
279
280
# File 'app/cmd_parser.rb', line 278

def type
  @type
end