Class: PlatformAPI::OrganizationAddon
- Inherits:
-
Object
- Object
- PlatformAPI::OrganizationAddon
- Defined in:
- lib/platform-api/client.rb
Overview
Deprecated: A list of add-ons the Organization uses across all apps
Instance Method Summary collapse
-
#initialize(client) ⇒ OrganizationAddon
constructor
A new instance of OrganizationAddon.
-
#list_for_organization(organization_name_or_organization_id) ⇒ Object
List add-ons used across all Organization apps.
Constructor Details
#initialize(client) ⇒ OrganizationAddon
Returns a new instance of OrganizationAddon.
1840 1841 1842 |
# File 'lib/platform-api/client.rb', line 1840 def initialize(client) @client = client end |
Instance Method Details
#list_for_organization(organization_name_or_organization_id) ⇒ Object
List add-ons used across all Organization apps
1847 1848 1849 |
# File 'lib/platform-api/client.rb', line 1847 def list_for_organization(organization_name_or_organization_id) @client.organization_addon.list_for_organization(organization_name_or_organization_id) end |