Class: Webmachine::Trace::Call
- Inherits:
-
Struct
- Object
- Struct
- Webmachine::Trace::Call
- Defined in:
- lib/webmachine/trace.rb
Instance Attribute Summary (collapse)
-
- (Object) args
Returns the value of attribute args.
-
- (Object) method
Returns the value of attribute method.
-
- (Object) result
Returns the value of attribute result.
Instance Attribute Details
- (Object) args
Returns the value of attribute args
3 4 5 |
# File 'lib/webmachine/trace.rb', line 3 def args @args end |
- (Object) method
Returns the value of attribute method
3 4 5 |
# File 'lib/webmachine/trace.rb', line 3 def method @method end |
- (Object) result
Returns the value of attribute result
3 4 5 |
# File 'lib/webmachine/trace.rb', line 3 def result @result end |