Exception: MySpace::TimeoutException
- Inherits:
-
Interrupt
- Object
- Interrupt
- MySpace::TimeoutException
- Defined in:
- lib/myspace/exceptions.rb
Overview
A REST call timed out. Should probably just try again.
Instance Attribute Summary collapse
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#timeout ⇒ Object
Returns the value of attribute timeout.
41 42 43 |
# File 'lib/myspace/exceptions.rb', line 41 def timeout @timeout end |
#url ⇒ Object
Returns the value of attribute url.
41 42 43 |
# File 'lib/myspace/exceptions.rb', line 41 def url @url end |