Class: Tina4::RequestInspector::CapturedRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/tina4/dev_admin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



66
67
68
# File 'lib/tina4/dev_admin.rb', line 66

def duration
  @duration
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



66
67
68
# File 'lib/tina4/dev_admin.rb', line 66

def method
  @method
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



66
67
68
# File 'lib/tina4/dev_admin.rb', line 66

def path
  @path
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



66
67
68
# File 'lib/tina4/dev_admin.rb', line 66

def status
  @status
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



66
67
68
# File 'lib/tina4/dev_admin.rb', line 66

def timestamp
  @timestamp
end