Class: Orthoses::CallTracer::Capture

Inherits:
Struct
  • Object
show all
Defined in:
lib/orthoses/call_tracer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentObject

Returns the value of attribute argument

Returns:

  • (Object)

    the current value of argument



16
17
18
# File 'lib/orthoses/call_tracer.rb', line 16

def argument
  @argument
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



16
17
18
# File 'lib/orthoses/call_tracer.rb', line 16

def method
  @method
end