Class: On::TestHelper::Recorder::Callback
- Inherits:
-
Struct
- Object
- Struct
- On::TestHelper::Recorder::Callback
- Defined in:
- lib/on/test_helper.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
76 77 78 |
# File 'lib/on/test_helper.rb', line 76 def args @args end |
#name ⇒ Object
Returns the value of attribute name
76 77 78 |
# File 'lib/on/test_helper.rb', line 76 def name @name end |