Class: Siding::LifeCycle::Hook

Inherits:
Struct
  • Object
show all
Defined in:
lib/siding/life_cycle.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



18
19
20
# File 'lib/siding/life_cycle.rb', line 18

def block
  @block
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/siding/life_cycle.rb', line 18

def name
  @name
end