Class: Orthoses::CallTracer::Capture
- Inherits:
-
Struct
- Object
- Struct
- Orthoses::CallTracer::Capture
- Defined in:
- lib/orthoses/call_tracer.rb
Instance Attribute Summary collapse
-
#argument ⇒ Object
Returns the value of attribute argument.
-
#method ⇒ Object
Returns the value of attribute method.
Instance Attribute Details
#argument ⇒ Object
Returns the value of attribute argument
16 17 18 |
# File 'lib/orthoses/call_tracer.rb', line 16 def argument @argument end |
#method ⇒ Object
Returns the value of attribute method
16 17 18 |
# File 'lib/orthoses/call_tracer.rb', line 16 def method @method end |