Class: AsgDetailer::Detailer
- Inherits:
-
Object
- Object
- AsgDetailer::Detailer
- Defined in:
- lib/asg-detailer/detailer.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name, options = {}) ⇒ Detailer
constructor
A new instance of Detailer.
- #run ⇒ Object
Constructor Details
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
7 8 9 |
# File 'lib/asg-detailer/detailer.rb', line 7 def name @name end |
Instance Method Details
#run ⇒ Object
14 15 16 |
# File 'lib/asg-detailer/detailer.rb', line 14 def run detail_asg end |