Exception: MySpace::TimeoutException

Inherits:
Interrupt
  • Object
show all
Defined in:
lib/myspace/exceptions.rb

Overview

A REST call timed out. Should probably just try again.

Instance Attribute Summary collapse

Instance Attribute Details

#timeoutObject

Returns the value of attribute timeout.



41
42
43
# File 'lib/myspace/exceptions.rb', line 41

def timeout
  @timeout
end

#urlObject

Returns the value of attribute url.



41
42
43
# File 'lib/myspace/exceptions.rb', line 41

def url
  @url
end