Class: ActiveMocker::MockCreator::Method
- Inherits:
-
Struct
- Object
- Struct
- ActiveMocker::MockCreator::Method
- Defined in:
- lib/active_mocker/mock_creator.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
218 219 220 |
# File 'lib/active_mocker/mock_creator.rb', line 218 def arguments @arguments end |
#name ⇒ Object
Returns the value of attribute name
218 219 220 |
# File 'lib/active_mocker/mock_creator.rb', line 218 def name @name end |