Class: Orthoses::Trace::Method::Info
- Inherits:
-
Struct
- Object
- Struct
- Orthoses::Trace::Method::Info
- Defined in:
- lib/orthoses/trace/method.rb
Overview
internal
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#op_name_types ⇒ Object
Returns the value of attribute op_name_types.
-
#raised ⇒ Object
Returns the value of attribute raised.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
7 8 9 |
# File 'lib/orthoses/trace/method.rb', line 7 def key @key end |
#op_name_types ⇒ Object
Returns the value of attribute op_name_types
7 8 9 |
# File 'lib/orthoses/trace/method.rb', line 7 def op_name_types @op_name_types end |
#raised ⇒ Object
Returns the value of attribute raised
7 8 9 |
# File 'lib/orthoses/trace/method.rb', line 7 def raised @raised end |