Class: Mailfloss::Resources::Organization
- Defined in:
- lib/mailfloss/resources.rb,
sig/resources.rbs
Overview
GET /organization
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#get ⇒ Types::organization
GET /organization — plan, credits, usage, trial and entitlements.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Mailfloss::Resources::Base
Instance Method Details
#get ⇒ Types::organization
GET /organization — plan, credits, usage, trial and entitlements.
148 149 150 |
# File 'lib/mailfloss/resources.rb', line 148 def get client.request(:get, "/organization") end |