Class: Phase::Config::IPA
- Inherits:
-
Object
- Object
- Phase::Config::IPA
- Defined in:
- lib/phase/config/ipa.rb
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The bucket for storing uploaded files.
-
#bundle_id_prefix ⇒ String
The bundle ID prefix.
-
#company_name ⇒ String
The company name to provide with enterprise app installs.
-
#directory_prefix ⇒ String
The directory keypath (e.g. ‘prefix’ at S3) for storing uploaded files.
-
#full_image_url ⇒ String
The URL of a full-size (512px x 512px) app icon PNG.
-
#icon_image_url ⇒ String
The URL of a Springboard-size (72px x 72px) app icon PNG.
Instance Attribute Details
#bucket_name ⇒ String
Returns the bucket for storing uploaded files.
20 21 22 |
# File 'lib/phase/config/ipa.rb', line 20 def bucket_name @bucket_name end |
#bundle_id_prefix ⇒ String
Returns the bundle ID prefix.
8 9 10 |
# File 'lib/phase/config/ipa.rb', line 8 def bundle_id_prefix @bundle_id_prefix end |
#company_name ⇒ String
Returns the company name to provide with enterprise app installs.
26 27 28 |
# File 'lib/phase/config/ipa.rb', line 26 def company_name @company_name end |
#directory_prefix ⇒ String
Returns the directory keypath (e.g. ‘prefix’ at S3) for storing uploaded files.
14 15 16 |
# File 'lib/phase/config/ipa.rb', line 14 def directory_prefix @directory_prefix end |
#full_image_url ⇒ String
Returns the URL of a full-size (512px x 512px) app icon PNG.
32 33 34 |
# File 'lib/phase/config/ipa.rb', line 32 def full_image_url @full_image_url end |
#icon_image_url ⇒ String
Returns the URL of a Springboard-size (72px x 72px) app icon PNG.
38 39 40 |
# File 'lib/phase/config/ipa.rb', line 38 def icon_image_url @icon_image_url end |