Class: Webmachine::Trace::Call

Inherits:
Struct
  • Object
show all
Defined in:
lib/webmachine/trace.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) args

Returns the value of attribute args

Returns:

  • (Object)
    the current value of args


3
4
5
# File 'lib/webmachine/trace.rb', line 3

def args
  @args
end

- (Object) method

Returns the value of attribute method

Returns:

  • (Object)
    the current value of method


3
4
5
# File 'lib/webmachine/trace.rb', line 3

def method
  @method
end

- (Object) result

Returns the value of attribute result

Returns:

  • (Object)
    the current value of result


3
4
5
# File 'lib/webmachine/trace.rb', line 3

def result
  @result
end