Class: Thrust::TestflightCredentials
- Inherits:
-
Object
- Object
- Thrust::TestflightCredentials
- Defined in:
- lib/thrust/testflight_credentials.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
readonly
Returns the value of attribute api_token.
-
#team_token ⇒ Object
readonly
Returns the value of attribute team_token.
Instance Method Summary collapse
-
#initialize(attributes) ⇒ TestflightCredentials
constructor
A new instance of TestflightCredentials.
Constructor Details
#initialize(attributes) ⇒ TestflightCredentials
Returns a new instance of TestflightCredentials.
6 7 8 9 |
# File 'lib/thrust/testflight_credentials.rb', line 6 def initialize(attributes) @api_token = attributes['api_token'] @team_token = attributes['team_token'] end |
Instance Attribute Details
#api_token ⇒ Object (readonly)
Returns the value of attribute api_token.
3 4 5 |
# File 'lib/thrust/testflight_credentials.rb', line 3 def api_token @api_token end |
#team_token ⇒ Object (readonly)
Returns the value of attribute team_token.
3 4 5 |
# File 'lib/thrust/testflight_credentials.rb', line 3 def team_token @team_token end |