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



62
63
64
# File 'lib/tina4/dev_admin.rb', line 62

def duration
  @duration
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



62
63
64
# File 'lib/tina4/dev_admin.rb', line 62

def method
  @method
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



62
63
64
# File 'lib/tina4/dev_admin.rb', line 62

def path
  @path
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



62
63
64
# File 'lib/tina4/dev_admin.rb', line 62

def status
  @status
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



62
63
64
# File 'lib/tina4/dev_admin.rb', line 62

def timestamp
  @timestamp
end