Class: Ruboty::Commands::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/ruboty/commands/base.rb

Direct Known Subclasses

Generate, Help, Run

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Base

Returns a new instance of Base.



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

def initialize(options)
  @options = options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



4
5
6
# File 'lib/ruboty/commands/base.rb', line 4

def options
  @options
end