Class: TinyAppstoreConnect::Model::BundleIdCapability

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

Defined Under Namespace

Modules: Options, Settings, Type

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

#capability_typeObject

Returns the value of attribute capability_type.



5
6
7
# File 'lib/tiny_appstore_connect/models/bundle_id_capability.rb', line 5

def capability_type
  @capability_type
end

#settingsObject

Returns the value of attribute settings.



6
7
8
# File 'lib/tiny_appstore_connect/models/bundle_id_capability.rb', line 6

def settings
  @settings
end

Class Method Details

.typeObject



93
94
95
# File 'lib/tiny_appstore_connect/models/bundle_id_capability.rb', line 93

def self.type
  return 'bundleIdCapabilities'
end