Class: Arrest::ResponseLog

Inherits:
Struct
  • Object
show all
Defined in:
lib/arrest/handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



6
7
8
# File 'lib/arrest/handler.rb', line 6

def body
  @body
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/arrest/handler.rb', line 6

def status
  @status
end