Class: ActiveMocker::MockCreator::AliasAttributeMethod
- Inherits:
-
Struct
- Object
- Struct
- ActiveMocker::MockCreator::AliasAttributeMethod
- Defined in:
- lib/active_mocker/mock_creator.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
265 266 267 |
# File 'lib/active_mocker/mock_creator.rb', line 265 def new_name @new_name end |
#old_name ⇒ Object
Returns the value of attribute old_name
265 266 267 |
# File 'lib/active_mocker/mock_creator.rb', line 265 def old_name @old_name end |