Class: Strava::V2::Auth
- Inherits:
-
StravaResponse
- Object
- StravaResponse
- Strava::V2::Auth
- Defined in:
- lib/strava/v2/models/auth.rb
Instance Attribute Summary collapse
-
#athlete ⇒ Object
readonly
Returns the value of attribute athlete.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(json_blob) ⇒ Auth
constructor
A new instance of Auth.
Constructor Details
Instance Attribute Details
#athlete ⇒ Object (readonly)
Returns the value of attribute athlete.
7 8 9 |
# File 'lib/strava/v2/models/auth.rb', line 7 def athlete @athlete end |
#token ⇒ Object (readonly)
Returns the value of attribute token.
7 8 9 |
# File 'lib/strava/v2/models/auth.rb', line 7 def token @token end |