Class: TinyAppstoreConnect::Model::App
- Inherits:
-
Object
- Object
- TinyAppstoreConnect::Model::App
- Includes:
- TinyAppstoreConnect::Model
- Defined in:
- lib/tiny_appstore_connect/models/app.rb
Instance Attribute Summary collapse
-
#app_store_versions ⇒ Object
include.
-
#available_in_new_territories ⇒ Object
Returns the value of attribute available_in_new_territories.
-
#builds ⇒ Object
Returns the value of attribute builds.
-
#bundle_id ⇒ Object
Returns the value of attribute bundle_id.
-
#content_rights_declaration ⇒ Object
Returns the value of attribute content_rights_declaration.
-
#is_aag ⇒ Object
Returns the value of attribute is_aag.
-
#is_opted_in_to_distribute_ios_app_on_mac_app_store ⇒ Object
Returns the value of attribute is_opted_in_to_distribute_ios_app_on_mac_app_store.
-
#name ⇒ Object
Returns the value of attribute name.
-
#primary_locale ⇒ Object
Returns the value of attribute primary_locale.
-
#removed ⇒ Object
Returns the value of attribute removed.
-
#sku ⇒ Object
Returns the value of attribute sku.
Attributes included from TinyAppstoreConnect::Model
Class Method Summary collapse
Methods included from TinyAppstoreConnect::Model
included, #initialize, #update_attributes, #update_include
Instance Attribute Details
#app_store_versions ⇒ Object
include
21 22 23 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 21 def app_store_versions @app_store_versions end |
#available_in_new_territories ⇒ Object
Returns the value of attribute available_in_new_territories.
17 18 19 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 17 def available_in_new_territories @available_in_new_territories end |
#builds ⇒ Object
Returns the value of attribute builds.
22 23 24 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 22 def builds @builds end |
#bundle_id ⇒ Object
Returns the value of attribute bundle_id.
11 12 13 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 11 def bundle_id @bundle_id end |
#content_rights_declaration ⇒ Object
Returns the value of attribute content_rights_declaration.
18 19 20 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 18 def content_rights_declaration @content_rights_declaration end |
#is_aag ⇒ Object
Returns the value of attribute is_aag.
16 17 18 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 16 def is_aag @is_aag end |
#is_opted_in_to_distribute_ios_app_on_mac_app_store ⇒ Object
Returns the value of attribute is_opted_in_to_distribute_ios_app_on_mac_app_store.
14 15 16 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 14 def is_opted_in_to_distribute_ios_app_on_mac_app_store @is_opted_in_to_distribute_ios_app_on_mac_app_store end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 10 def name @name end |
#primary_locale ⇒ Object
Returns the value of attribute primary_locale.
13 14 15 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 13 def primary_locale @primary_locale end |
#removed ⇒ Object
Returns the value of attribute removed.
15 16 17 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 15 def removed @removed end |
#sku ⇒ Object
Returns the value of attribute sku.
12 13 14 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 12 def sku @sku end |
Class Method Details
.type ⇒ Object
24 25 26 |
# File 'lib/tiny_appstore_connect/models/app.rb', line 24 def self.type 'apps' end |