Class: Ruby::Reflection::ThreadMirror::Frame

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

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



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

def file
  @file
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



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

def index
  @index
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



10
11
12
# File 'lib/ruby/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/ruby/reflection/thread_mirror.rb', line 10

def thread
  @thread
end