Class: TinyAppstoreConnect::Model::BundleIdCapability
- Inherits:
-
Object
- Object
- TinyAppstoreConnect::Model::BundleIdCapability
- 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
-
#capability_type ⇒ Object
Returns the value of attribute capability_type.
-
#settings ⇒ Object
Returns the value of attribute settings.
Attributes included from TinyAppstoreConnect::Model
Class Method Summary collapse
Methods included from TinyAppstoreConnect::Model
included, #initialize, #update_attributes, #update_include
Instance Attribute Details
#capability_type ⇒ Object
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 |
#settings ⇒ Object
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
.type ⇒ Object
93 94 95 |
# File 'lib/tiny_appstore_connect/models/bundle_id_capability.rb', line 93 def self.type return 'bundleIdCapabilities' end |