Class: CodeHunter::Pendaxes
- Inherits:
-
Object
- Object
- CodeHunter::Pendaxes
- Extended by:
- MethodLogger
- Defined in:
- lib/code_hunter/pendaxes.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Pendaxes
constructor
A new instance of Pendaxes.
- #run ⇒ Object
Methods included from MethodLogger
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 = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
7 8 9 |
# File 'lib/code_hunter/pendaxes.rb', line 7 def @options end |
Instance Method Details
#run ⇒ Object
13 14 15 |
# File 'lib/code_hunter/pendaxes.rb', line 13 def run summarize(invoke) end |