Class: PaulBunyan::RequestAggregator

Inherits:
Struct
  • Object
show all
Defined in:
lib/paul_bunyan/railtie/log_subscriber.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def action
  @action
end

#controllerObject

Returns the value of attribute controller

Returns:

  • (Object)

    the current value of controller



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def controller
  @controller
end

#db_runtimeObject

Returns the value of attribute db_runtime

Returns:

  • (Object)

    the current value of db_runtime



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def db_runtime
  @db_runtime
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def format
  @format
end

#halting_filterObject

Returns the value of attribute halting_filter

Returns:

  • (Object)

    the current value of halting_filter



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def halting_filter
  @halting_filter
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def ip
  @ip
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def method
  @method
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def params
  @params
end

#partialsObject

Returns the value of attribute partials

Returns:

  • (Object)

    the current value of partials



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def partials
  @partials
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def path
  @path
end

#redirect_locationObject

Returns the value of attribute redirect_location

Returns:

  • (Object)

    the current value of redirect_location



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def redirect_location
  @redirect_location
end

#request_idObject

Returns the value of attribute request_id

Returns:

  • (Object)

    the current value of request_id



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def request_id
  @request_id
end

#sent_dataObject

Returns the value of attribute sent_data

Returns:

  • (Object)

    the current value of sent_data



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def sent_data
  @sent_data
end

#sent_fileObject

Returns the value of attribute sent_file

Returns:

  • (Object)

    the current value of sent_file



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def sent_file
  @sent_file
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def status
  @status
end

#viewObject

Returns the value of attribute view

Returns:

  • (Object)

    the current value of view



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def view
  @view
end

#view_runtimeObject

Returns the value of attribute view_runtime

Returns:

  • (Object)

    the current value of view_runtime



13
14
15
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 13

def view_runtime
  @view_runtime
end