Class: Spaceship::ConnectAPI::BuildBundle
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::BuildBundle
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/build_bundle.rb
Defined Under Namespace
Modules: BundleType
Instance Attribute Summary collapse
-
#bundle_id ⇒ Object
Returns the value of attribute bundle_id.
-
#bundle_type ⇒ Object
Returns the value of attribute bundle_type.
-
#device_protocols ⇒ Object
Returns the value of attribute device_protocols.
-
#dsym_url ⇒ Object
Returns the value of attribute dsym_url.
-
#entitlements ⇒ Object
Returns the value of attribute entitlements.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#has_on_demand_resources ⇒ Object
Returns the value of attribute has_on_demand_resources.
-
#has_prerendered_icon ⇒ Object
Returns the value of attribute has_prerendered_icon.
-
#has_siri_kit ⇒ Object
Returns the value of attribute has_siri_kit.
-
#includes_symbols ⇒ Object
Returns the value of attribute includes_symbols.
-
#is_ios_build_mac_app_store_compatible ⇒ Object
Returns the value of attribute is_ios_build_mac_app_store_compatible.
-
#is_newsstand ⇒ Object
Returns the value of attribute is_newsstand.
-
#locales ⇒ Object
Returns the value of attribute locales.
-
#platform_build ⇒ Object
Returns the value of attribute platform_build.
-
#required_capabilities ⇒ Object
Returns the value of attribute required_capabilities.
-
#sdk_build ⇒ Object
Returns the value of attribute sdk_build.
-
#supported_architectures ⇒ Object
Returns the value of attribute supported_architectures.
-
#tracks_users ⇒ Object
Returns the value of attribute tracks_users.
-
#uses_location_services ⇒ Object
Returns the value of attribute uses_location_services.
Attributes included from Model
Class Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes
Instance Attribute Details
#bundle_id ⇒ Object
Returns the value of attribute bundle_id.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 7 def bundle_id @bundle_id end |
#bundle_type ⇒ Object
Returns the value of attribute bundle_type.
8 9 10 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 8 def bundle_type @bundle_type end |
#device_protocols ⇒ Object
Returns the value of attribute device_protocols.
22 23 24 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 22 def device_protocols @device_protocols end |
#dsym_url ⇒ Object
Returns the value of attribute dsym_url.
19 20 21 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 19 def dsym_url @dsym_url end |
#entitlements ⇒ Object
Returns the value of attribute entitlements.
24 25 26 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 24 def entitlements @entitlements end |
#file_name ⇒ Object
Returns the value of attribute file_name.
11 12 13 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 11 def file_name @file_name end |
#has_on_demand_resources ⇒ Object
Returns the value of attribute has_on_demand_resources.
13 14 15 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 13 def has_on_demand_resources @has_on_demand_resources end |
#has_prerendered_icon ⇒ Object
Returns the value of attribute has_prerendered_icon.
15 16 17 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 15 def has_prerendered_icon @has_prerendered_icon end |
#has_siri_kit ⇒ Object
Returns the value of attribute has_siri_kit.
12 13 14 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 12 def has_siri_kit @has_siri_kit end |
#includes_symbols ⇒ Object
Returns the value of attribute includes_symbols.
18 19 20 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 18 def includes_symbols @includes_symbols end |
#is_ios_build_mac_app_store_compatible ⇒ Object
Returns the value of attribute is_ios_build_mac_app_store_compatible.
17 18 19 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 17 def is_ios_build_mac_app_store_compatible @is_ios_build_mac_app_store_compatible end |
#is_newsstand ⇒ Object
Returns the value of attribute is_newsstand.
14 15 16 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 14 def is_newsstand @is_newsstand end |
#locales ⇒ Object
Returns the value of attribute locales.
23 24 25 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 23 def locales @locales end |
#platform_build ⇒ Object
Returns the value of attribute platform_build.
10 11 12 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 10 def platform_build @platform_build end |
#required_capabilities ⇒ Object
Returns the value of attribute required_capabilities.
21 22 23 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 21 def required_capabilities @required_capabilities end |
#sdk_build ⇒ Object
Returns the value of attribute sdk_build.
9 10 11 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 9 def sdk_build @sdk_build end |
#supported_architectures ⇒ Object
Returns the value of attribute supported_architectures.
20 21 22 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 20 def supported_architectures @supported_architectures end |
#tracks_users ⇒ Object
Returns the value of attribute tracks_users.
25 26 27 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 25 def tracks_users @tracks_users end |
#uses_location_services ⇒ Object
Returns the value of attribute uses_location_services.
16 17 18 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 16 def uses_location_services @uses_location_services end |
Class Method Details
.type ⇒ Object
54 55 56 |
# File 'spaceship/lib/spaceship/connect_api/models/build_bundle.rb', line 54 def self.type return "buildBundles" end |