123456789_123456789_123456789_123456789_123456789_

Class: Rack::ShowExceptions::Frame

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/rack/show_exceptions.rb

Instance Attribute Summary

Instance Attribute Details

#context_line (rw)

[ GitHub ]

  
# File 'lib/rack/show_exceptions.rb', line 21

Frame = Struct.new(:filename, :lineno, :function,
:pre_context_lineno, :pre_context,
:context_line, :post_context_lineno,
:post_context)

#filename (rw)

[ GitHub ]

  
# File 'lib/rack/show_exceptions.rb', line 21

Frame = Struct.new(:filename, :lineno, :function,
:pre_context_lineno, :pre_context,
:context_line, :post_context_lineno,
:post_context)

#function (rw)

[ GitHub ]

  
# File 'lib/rack/show_exceptions.rb', line 21

Frame = Struct.new(:filename, :lineno, :function,
:pre_context_lineno, :pre_context,
:context_line, :post_context_lineno,
:post_context)

#lineno (rw)

[ GitHub ]

  
# File 'lib/rack/show_exceptions.rb', line 21

Frame = Struct.new(:filename, :lineno, :function,
:pre_context_lineno, :pre_context,
:context_line, :post_context_lineno,
:post_context)

#post_context (rw)

[ GitHub ]

  
# File 'lib/rack/show_exceptions.rb', line 21

Frame = Struct.new(:filename, :lineno, :function,
:pre_context_lineno, :pre_context,
:context_line, :post_context_lineno,
:post_context)

#post_context_lineno (rw)

[ GitHub ]

  
# File 'lib/rack/show_exceptions.rb', line 21

Frame = Struct.new(:filename, :lineno, :function,
:pre_context_lineno, :pre_context,
:context_line, :post_context_lineno,
:post_context)

#pre_context (rw)

[ GitHub ]

  
# File 'lib/rack/show_exceptions.rb', line 21

Frame = Struct.new(:filename, :lineno, :function,
:pre_context_lineno, :pre_context,
:context_line, :post_context_lineno,
:post_context)

#pre_context_lineno (rw)

[ GitHub ]

  
# File 'lib/rack/show_exceptions.rb', line 21

Frame = Struct.new(:filename, :lineno, :function,
:pre_context_lineno, :pre_context,
:context_line, :post_context_lineno,
:post_context)