Class: ActiveMocker::MockCreator::RecreateClassMethodCalls::AliasAttributeMethod
- Inherits:
-
Struct
- Object
- Struct
- ActiveMocker::MockCreator::RecreateClassMethodCalls::AliasAttributeMethod
- Defined in:
- lib/active_mocker/mock_creator/recreate_class_method_calls.rb
Instance Attribute Summary collapse
-
#new_name ⇒ Object
Returns the value of attribute new_name.
-
#old_name ⇒ Object
Returns the value of attribute old_name.
Instance Attribute Details
#new_name ⇒ Object
Returns the value of attribute 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_name ⇒ Object
Returns the value of attribute old_name
5 6 7 |
# File 'lib/active_mocker/mock_creator/recreate_class_method_calls.rb', line 5 def old_name @old_name end |