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