Method: PlatformAPI::Client#account_feature
- Defined in:
- lib/platform-api/client.rb
#account_feature ⇒ AccountFeature
An account feature represents a Heroku labs capability that can be enabled or disabled for an account on Heroku.
103 104 105 |
# File 'lib/platform-api/client.rb', line 103 def account_feature @account_feature_resource ||= AccountFeature.new(@client) end |