Exception: FastSpring::Error::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- FastSpring::Error::NotFound
- Defined in:
- lib/fastspring-saasy/error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response = nil) ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(response = nil) ⇒ NotFound
Returns a new instance of NotFound.
7 8 9 |
# File 'lib/fastspring-saasy/error.rb', line 7 def initialize(response=nil) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
5 6 7 |
# File 'lib/fastspring-saasy/error.rb', line 5 def response @response end |