Exception: MagicBell::Client::HTTPError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/magicbell/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors.



4
5
6
# File 'lib/magicbell/client.rb', line 4

def errors
  @errors
end

#response_bodyObject

Returns the value of attribute response_body.



4
5
6
# File 'lib/magicbell/client.rb', line 4

def response_body
  @response_body
end

#response_headersObject

Returns the value of attribute response_headers.



4
5
6
# File 'lib/magicbell/client.rb', line 4

def response_headers
  @response_headers
end

#response_statusObject

Returns the value of attribute response_status.



4
5
6
# File 'lib/magicbell/client.rb', line 4

def response_status
  @response_status
end