Class: ActiveMocker::MockCreator::Method

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_mocker/mock_creator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



218
219
220
# File 'lib/active_mocker/mock_creator.rb', line 218

def arguments
  @arguments
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



218
219
220
# File 'lib/active_mocker/mock_creator.rb', line 218

def name
  @name
end