Exception: Trackerific::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/trackerific/error.rb

Overview

Raised if something other than tracking information is returned.

Instance Attribute Summary collapse

Instance Attribute Details

#requestObject

Returns the value of attribute request.



4
5
6
# File 'lib/trackerific/error.rb', line 4

def request
  @request
end

#responseObject

Returns the value of attribute response.



4
5
6
# File 'lib/trackerific/error.rb', line 4

def response
  @response
end