Class: CmdParse::SymbolEntry

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

Overview

Structure to hold composite method names

Instance Attribute Summary collapse

Instance Attribute Details

#chainObject

Returns the value of attribute chain

Returns:

  • (Object)

    the current value of chain



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

def chain
  @chain
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end