Class: ReleaseConfiguration
- Inherits:
-
Object
- Object
- ReleaseConfiguration
- Defined in:
- lib/model/release_configuration.rb
Instance Attribute Summary collapse
-
#export_options_plist ⇒ Object
Returns the value of attribute export_options_plist.
-
#output_path ⇒ Object
Returns the value of attribute output_path.
-
#plist ⇒ Object
Returns the value of attribute plist.
-
#pod_name ⇒ Object
Returns the value of attribute pod_name.
-
#product_name ⇒ Object
Returns the value of attribute product_name.
-
#s3_bucket ⇒ Object
Returns the value of attribute s3_bucket.
-
#s3_upload_folder ⇒ Object
Returns the value of attribute s3_upload_folder.
-
#test_apps_plists ⇒ Object
Returns the value of attribute test_apps_plists.
-
#test_apps_version_code_files ⇒ Object
Returns the value of attribute test_apps_version_code_files.
Instance Method Summary collapse
Instance Attribute Details
#export_options_plist ⇒ Object
Returns the value of attribute export_options_plist.
14 15 16 |
# File 'lib/model/release_configuration.rb', line 14 def @export_options_plist end |
#output_path ⇒ Object
Returns the value of attribute output_path.
14 15 16 |
# File 'lib/model/release_configuration.rb', line 14 def output_path @output_path end |
#plist ⇒ Object
Returns the value of attribute plist.
14 15 16 |
# File 'lib/model/release_configuration.rb', line 14 def plist @plist end |
#pod_name ⇒ Object
Returns the value of attribute pod_name.
14 15 16 |
# File 'lib/model/release_configuration.rb', line 14 def pod_name @pod_name end |
#product_name ⇒ Object
Returns the value of attribute product_name.
14 15 16 |
# File 'lib/model/release_configuration.rb', line 14 def product_name @product_name end |
#s3_bucket ⇒ Object
Returns the value of attribute s3_bucket.
14 15 16 |
# File 'lib/model/release_configuration.rb', line 14 def s3_bucket @s3_bucket end |
#s3_upload_folder ⇒ Object
Returns the value of attribute s3_upload_folder.
14 15 16 |
# File 'lib/model/release_configuration.rb', line 14 def s3_upload_folder @s3_upload_folder end |
#test_apps_plists ⇒ Object
Returns the value of attribute test_apps_plists.
14 15 16 |
# File 'lib/model/release_configuration.rb', line 14 def test_apps_plists @test_apps_plists end |
#test_apps_version_code_files ⇒ Object
Returns the value of attribute test_apps_version_code_files.
14 15 16 |
# File 'lib/model/release_configuration.rb', line 14 def test_apps_version_code_files @test_apps_version_code_files end |