Class: Siding::LifeCycle::Hook
- Inherits:
-
Struct
- Object
- Struct
- Siding::LifeCycle::Hook
- Defined in:
- lib/siding/life_cycle.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
18 19 20 |
# File 'lib/siding/life_cycle.rb', line 18 def block @block end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/siding/life_cycle.rb', line 18 def name @name end |