Class: ActiveMocker::MockCreator::RecreateClassMethodCalls::AliasAttributeMethod

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

Instance Attribute Summary collapse

Instance Attribute Details

#new_nameObject

Returns the value of attribute new_name

Returns:

  • (Object)

    the current value of new_name



5
6
7
# File 'lib/active_mocker/mock_creator/recreate_class_method_calls.rb', line 5

def new_name
  @new_name
end

#old_nameObject

Returns the value of attribute old_name

Returns:

  • (Object)

    the current value of old_name



5
6
7
# File 'lib/active_mocker/mock_creator/recreate_class_method_calls.rb', line 5

def old_name
  @old_name
end