Class: Mailfloss::Resources::Organization

Inherits:
Base
  • Object
show all
Defined in:
lib/mailfloss/resources.rb,
sig/resources.rbs

Overview

GET /organization

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#encode, #initialize

Constructor Details

This class inherits a constructor from Mailfloss::Resources::Base

Instance Method Details

#getTypes::organization

GET /organization — plan, credits, usage, trial and entitlements.

Returns:

  • (Types::organization)


148
149
150
# File 'lib/mailfloss/resources.rb', line 148

def get
  client.request(:get, "/organization")
end