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



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

def file
  @file
end

#indexObject

Returns the value of attribute index



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

def index
  @index
end

#lineObject

Returns the value of attribute line



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

def line
  @line
end

#methodObject

Returns the value of attribute method



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

def method
  @method
end

#threadObject

Returns the value of attribute thread



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

def thread
  @thread
end