Class: Orthoses::Trace::Method::Info

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

Overview

internal

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



7
8
9
# File 'lib/orthoses/trace/method.rb', line 7

def key
  @key
end

#op_name_typesObject

Returns the value of attribute op_name_types

Returns:

  • (Object)

    the current value of op_name_types



7
8
9
# File 'lib/orthoses/trace/method.rb', line 7

def op_name_types
  @op_name_types
end

#raisedObject

Returns the value of attribute raised

Returns:

  • (Object)

    the current value of raised



7
8
9
# File 'lib/orthoses/trace/method.rb', line 7

def raised
  @raised
end