Method: PlatformAPI::App#list_owned_and_collaborated
- Defined in:
- lib/platform-api/client.rb
#list_owned_and_collaborated(account_email_or_account_id_or_account_self) ⇒ Object
List owned and collaborated apps (excludes team apps).
1466 1467 1468 |
# File 'lib/platform-api/client.rb', line 1466 def list_owned_and_collaborated(account_email_or_account_id_or_account_self) @client.app.list_owned_and_collaborated(account_email_or_account_id_or_account_self) end |