Class: TinyAppstoreConnect::Model::App

Inherits:
Object
  • Object
show all
Includes:
TinyAppstoreConnect::Model
Defined in:
lib/tiny_appstore_connect/models/app.rb

Instance Attribute Summary collapse

Attributes included from TinyAppstoreConnect::Model

#id, #included, #rate

Class Method Summary collapse

Methods included from TinyAppstoreConnect::Model

included, #initialize, #update_attributes, #update_include

Instance Attribute Details

#app_store_versionsObject

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_territoriesObject

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

#buildsObject

Returns the value of attribute builds.



22
23
24
# File 'lib/tiny_appstore_connect/models/app.rb', line 22

def builds
  @builds
end

#bundle_idObject

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_declarationObject

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_aagObject

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_storeObject

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

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/tiny_appstore_connect/models/app.rb', line 10

def name
  @name
end

#primary_localeObject

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

#removedObject

Returns the value of attribute removed.



15
16
17
# File 'lib/tiny_appstore_connect/models/app.rb', line 15

def removed
  @removed
end

#skuObject

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

.typeObject



24
25
26
# File 'lib/tiny_appstore_connect/models/app.rb', line 24

def self.type
  'apps'
end