Class: CodeHunter::Pendaxes

Inherits:
Object
  • Object
show all
Extended by:
MethodLogger
Defined in:
lib/code_hunter/pendaxes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from MethodLogger

log

Constructor Details

#initialize(options = {}) ⇒ Pendaxes

Returns a new instance of Pendaxes.



9
10
11
# File 'lib/code_hunter/pendaxes.rb', line 9

def initialize(options = {})
  @options = options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



7
8
9
# File 'lib/code_hunter/pendaxes.rb', line 7

def options
  @options
end

Instance Method Details

#runObject



13
14
15
# File 'lib/code_hunter/pendaxes.rb', line 13

def run
  summarize(invoke)
end