Method: PlatformAPI::App#enable_acm
- Defined in:
- lib/platform-api/client.rb
#enable_acm(app_id_or_app_name) ⇒ Object
Enable ACM flag for an app
1481 1482 1483 |
# File 'lib/platform-api/client.rb', line 1481 def enable_acm(app_id_or_app_name) @client.app.enable_acm(app_id_or_app_name) end |