Class: Rack::ShowExceptions::Frame

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/show_exceptions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#context_lineObject

Returns the value of attribute context_line

Returns:

  • (Object)

    the current value of context_line



22
23
24
# File 'lib/rack/show_exceptions.rb', line 22

def context_line
  @context_line
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



22
23
24
# File 'lib/rack/show_exceptions.rb', line 22

def filename
  @filename
end

#functionObject

Returns the value of attribute function

Returns:

  • (Object)

    the current value of function



22
23
24
# File 'lib/rack/show_exceptions.rb', line 22

def function
  @function
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



22
23
24
# File 'lib/rack/show_exceptions.rb', line 22

def lineno
  @lineno
end

#post_contextObject

Returns the value of attribute post_context

Returns:

  • (Object)

    the current value of post_context



22
23
24
# File 'lib/rack/show_exceptions.rb', line 22

def post_context
  @post_context
end

#post_context_linenoObject

Returns the value of attribute post_context_lineno

Returns:

  • (Object)

    the current value of post_context_lineno



22
23
24
# File 'lib/rack/show_exceptions.rb', line 22

def post_context_lineno
  @post_context_lineno
end

#pre_contextObject

Returns the value of attribute pre_context

Returns:

  • (Object)

    the current value of pre_context



22
23
24
# File 'lib/rack/show_exceptions.rb', line 22

def pre_context
  @pre_context
end

#pre_context_linenoObject

Returns the value of attribute pre_context_lineno

Returns:

  • (Object)

    the current value of pre_context_lineno



22
23
24
# File 'lib/rack/show_exceptions.rb', line 22

def pre_context_lineno
  @pre_context_lineno
end