Class: Arrow::Service::StatusResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/arrow/service.rb

Overview

Struct for containing thrown HTTP status responses

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



107
108
109
# File 'lib/arrow/service.rb', line 107

def message
  @message
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



107
108
109
# File 'lib/arrow/service.rb', line 107

def status
  @status
end