Class: UserResponse
- Inherits:
-
Object
- Object
- UserResponse
- Defined in:
- lib/fastlane/plugin/appcircle_testing_distribution/helper/TDAuthService.rb
Instance Attribute Summary collapse
-
#accessToken ⇒ Object
Returns the value of attribute accessToken.
Instance Method Summary collapse
-
#initialize(accessToken:) ⇒ UserResponse
constructor
A new instance of UserResponse.
Constructor Details
#initialize(accessToken:) ⇒ UserResponse
Returns a new instance of UserResponse.
10 11 12 |
# File 'lib/fastlane/plugin/appcircle_testing_distribution/helper/TDAuthService.rb', line 10 def initialize(accessToken:) @accessToken = accessToken end |
Instance Attribute Details
#accessToken ⇒ Object
Returns the value of attribute accessToken.
8 9 10 |
# File 'lib/fastlane/plugin/appcircle_testing_distribution/helper/TDAuthService.rb', line 8 def accessToken @accessToken end |