Class: ActiveMocker::MockAbilities::MockMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/active_mocker/deprecated_components/mock_abilities.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(block, exe_bind) ⇒ MockMethod



96
97
98
99
# File 'lib/active_mocker/deprecated_components/mock_abilities.rb', line 96

def initialize(block, exe_bind)
  @block    = block
  @exe_bind = exe_bind
end

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments.



94
95
96
# File 'lib/active_mocker/deprecated_components/mock_abilities.rb', line 94

def arguments
  @arguments
end

#blockObject

Returns the value of attribute block.



94
95
96
# File 'lib/active_mocker/deprecated_components/mock_abilities.rb', line 94

def block
  @block
end

#exe_bindObject

Returns the value of attribute exe_bind.



94
95
96
# File 'lib/active_mocker/deprecated_components/mock_abilities.rb', line 94

def exe_bind
  @exe_bind
end