Class: Ccp::Commands::Base

Inherits:
Object
  • Object
show all
Includes:
Core
Defined in:
lib/ccp/commands/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core

included, #inspect

Constructor Details

#initialize(*args) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/ccp/commands/base.rb', line 8

def initialize(*args)
  @args = args
end

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args.



6
7
8
# File 'lib/ccp/commands/base.rb', line 6

def args
  @args
end