Class: Boldsign::Resources::Plan
- Inherits:
-
Boldsign::Resource
- Object
- Boldsign::Resource
- Boldsign::Resources::Plan
- Defined in:
- lib/boldsign/resources/plan.rb
Overview
Plan / billing endpoints (‘/v1/plan/*`).
Instance Method Summary collapse
Methods inherited from Boldsign::Resource
Constructor Details
This class inherits a constructor from Boldsign::Resource
Instance Method Details
#api_credits_count ⇒ Object
5 |
# File 'lib/boldsign/resources/plan.rb', line 5 def api_credits_count; @client.get("/v1/plan/apiCreditsCount"); end |