Class: Tug::Testflight
- Defined in:
- lib/tug/deployment/testflight.rb
Instance Attribute Summary collapse
-
#lists ⇒ Object
readonly
Returns the value of attribute lists.
-
#team_token ⇒ Object
readonly
Returns the value of attribute team_token.
Attributes inherited from Deployer
#api_token, #dsym, #file, #notes, #notify
Instance Method Summary collapse
-
#initialize(options) ⇒ Testflight
constructor
A new instance of Testflight.
Methods inherited from Deployer
Constructor Details
#initialize(options) ⇒ Testflight
Returns a new instance of Testflight.
7 8 9 10 11 12 |
# File 'lib/tug/deployment/testflight.rb', line 7 def initialize() super @lists = [:lists] @team_token = [:team_token] end |
Instance Attribute Details
#lists ⇒ Object (readonly)
Returns the value of attribute lists.
5 6 7 |
# File 'lib/tug/deployment/testflight.rb', line 5 def lists @lists end |
#team_token ⇒ Object (readonly)
Returns the value of attribute team_token.
4 5 6 |
# File 'lib/tug/deployment/testflight.rb', line 4 def team_token @team_token end |