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.
806 807 808 |
# File 'lib/platform-api/client.rb', line 806 def initialize(client) @client = client end |
Instance Method Details
#info ⇒ Object
Account delinquency information.
811 812 813 |
# File 'lib/platform-api/client.rb', line 811 def info() @client.account_delinquency.info() end |