Class: Spaceship::ConnectAPI::BundleIdCapability
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::BundleIdCapability
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb
Defined Under Namespace
Modules: Platform
Instance Attribute Summary collapse
-
#bundleIdCapabilitiesSettingOption ⇒ Object
Returns the value of attribute bundleIdCapabilitiesSettingOption.
-
#capabilityType ⇒ Object
Returns the value of attribute capabilityType.
Attributes included from Model
Class Method Summary collapse
-
.all(filter: {}, includes: nil, limit: nil, sort: nil) ⇒ Object
API.
- .find(email: nil, includes: nil) ⇒ Object
- .type ⇒ Object
Methods included from Model
#attr_mapping, included, #initialize, #to_json, #update_attributes
Instance Attribute Details
#bundleIdCapabilitiesSettingOption ⇒ Object
Returns the value of attribute bundleIdCapabilitiesSettingOption.
8 9 10 |
# File 'spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb', line 8 def bundleIdCapabilitiesSettingOption @bundleIdCapabilitiesSettingOption end |
#capabilityType ⇒ Object
Returns the value of attribute capabilityType.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb', line 7 def capabilityType @capabilityType end |
Class Method Details
.all(filter: {}, includes: nil, limit: nil, sort: nil) ⇒ Object
API
28 29 30 |
# File 'spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb', line 28 def self.all(filter: {}, includes: nil, limit: nil, sort: nil) return users_client.get_users(filter: filter, includes: includes) end |
.find(email: nil, includes: nil) ⇒ Object
32 33 34 |
# File 'spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb', line 32 def self.find(email: nil, includes: nil) return all(filter: { email: email }, includes: includes) end |
.type ⇒ Object
20 21 22 |
# File 'spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb', line 20 def self.type return "bundleIdCapabilities" end |