Exception: Strava::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Strava::Error
- Defined in:
- lib/strava/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
-
#strava_errors ⇒ Object
Returns the value of attribute strava_errors.
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
5 6 7 |
# File 'lib/strava/error.rb', line 5 def response @response end |
#strava_errors ⇒ Object
Returns the value of attribute strava_errors.
5 6 7 |
# File 'lib/strava/error.rb', line 5 def strava_errors @strava_errors end |