Class: TinyAppstoreConnect::Model::BundleId

Inherits:
Object
  • Object
show all
Includes:
TinyAppstoreConnect::Model
Defined in:
lib/tiny_appstore_connect/models/bundle_id.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

#bundle_id_capabilitiesObject

include



16
17
18
# File 'lib/tiny_appstore_connect/models/bundle_id.rb', line 16

def bundle_id_capabilities
  @bundle_id_capabilities
end

#identifierObject

Returns the value of attribute identifier.



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

def identifier
  @identifier
end

#nameObject

Returns the value of attribute name.



11
12
13
# File 'lib/tiny_appstore_connect/models/bundle_id.rb', line 11

def name
  @name
end

#platformObject

Returns the value of attribute platform.



13
14
15
# File 'lib/tiny_appstore_connect/models/bundle_id.rb', line 13

def platform
  @platform
end

#seed_idObject

Returns the value of attribute seed_id.



12
13
14
# File 'lib/tiny_appstore_connect/models/bundle_id.rb', line 12

def seed_id
  @seed_id
end

Class Method Details

.typeObject



18
19
20
# File 'lib/tiny_appstore_connect/models/bundle_id.rb', line 18

def self.type
  'bundleIds'
end