Class: Maglev::Reflection::ThreadMirror::StackFrame

Inherits:
Struct
  • Object
show all
Defined in:
lib/maglev/reflection/thread_mirror.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



10
11
12
# File 'lib/maglev/reflection/thread_mirror.rb', line 10

def index
  @index
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



10
11
12
# File 'lib/maglev/reflection/thread_mirror.rb', line 10

def method
  @method
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



10
11
12
# File 'lib/maglev/reflection/thread_mirror.rb', line 10

def thread
  @thread
end