Method: FloorManager::Employee::AttributeAction::Block#initialize
- Defined in:
- lib/floor_manager/employee/attribute_action.rb
#initialize(name, block) ⇒ Block
Returns a new instance of Block.
63 64 65 66 |
# File 'lib/floor_manager/employee/attribute_action.rb', line 63 def initialize(name, block) super(name) @block = block end |