Exception: Strava::Error

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

Direct Known Subclasses

AccessError

Instance Attribute Summary collapse

Instance Attribute Details

#responseObject

Returns the value of attribute response.



5
6
7
# File 'lib/strava/error.rb', line 5

def response
  @response
end

#strava_errorsObject

Returns the value of attribute strava_errors.



5
6
7
# File 'lib/strava/error.rb', line 5

def strava_errors
  @strava_errors
end