Class: AnnFlavorCore::AppStoreCredentials
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::AppStoreCredentials
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#export_options_plist ⇒ Object
Returns the value of attribute export_options_plist.
-
#export_options_signing_certificate ⇒ Object
Returns the value of attribute export_options_signing_certificate.
-
#export_options_team_id ⇒ Object
Returns the value of attribute export_options_team_id.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
84 85 86 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 84 def api_key @api_key end |
#export_options_plist ⇒ Object
Returns the value of attribute export_options_plist
84 85 86 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 84 def @export_options_plist end |
#export_options_signing_certificate ⇒ Object
Returns the value of attribute export_options_signing_certificate
84 85 86 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 84 def @export_options_signing_certificate end |
#export_options_team_id ⇒ Object
Returns the value of attribute export_options_team_id
84 85 86 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 84 def @export_options_team_id end |