Class: Chamomile::ExecCommand

Inherits:
Data
  • Object
show all
Defined in:
lib/chamomile/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



20
21
22
# File 'lib/chamomile/commands.rb', line 20

def args
  @args
end

#callbackObject (readonly)

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



20
21
22
# File 'lib/chamomile/commands.rb', line 20

def callback
  @callback
end

#commandObject (readonly)

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



20
21
22
# File 'lib/chamomile/commands.rb', line 20

def command
  @command
end