Class: PlatformAPI::AccountDelinquency
- Inherits:
-
Object
- Object
- PlatformAPI::AccountDelinquency
- Defined in:
- lib/platform-api/client.rb
Overview
A Heroku account becomes delinquent due to non-payment. We suspend and delete delinquent accounts if their invoices remain unpaid.
Instance Method Summary collapse
-
#info ⇒ Object
Account delinquency information.
-
#initialize(client) ⇒ AccountDelinquency
constructor
A new instance of AccountDelinquency.
Constructor Details
#initialize(client) ⇒ AccountDelinquency
Returns a new instance of AccountDelinquency.
792 793 794 |
# File 'lib/platform-api/client.rb', line 792 def initialize(client) @client = client end |
Instance Method Details
#info ⇒ Object
Account delinquency information.
797 798 799 |
# File 'lib/platform-api/client.rb', line 797 def info() @client.account_delinquency.info() end |