Class: SuperCallbacks::Prepended
- Inherits:
-
Module
- Object
- Module
- SuperCallbacks::Prepended
- Defined in:
- lib/super_callbacks/prepended.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
Instance Method Summary collapse
-
#initialize(base) ⇒ Prepended
constructor
A new instance of Prepended.
Constructor Details
#initialize(base) ⇒ Prepended
Returns a new instance of Prepended.
10 11 12 |
# File 'lib/super_callbacks/prepended.rb', line 10 def initialize(base) @base = base end |
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base.
8 9 10 |
# File 'lib/super_callbacks/prepended.rb', line 8 def base @base end |