Class: Givepulse::Resources::Groups

Inherits:
Givepulse::Resource show all
Defined in:
lib/givepulse/resources/groups.rb

Constant Summary collapse

SUPPORTED_METHODS =
%i[get create update].freeze

Instance Attribute Summary

Attributes inherited from Givepulse::Resource

#client, #path

Instance Method Summary collapse

Methods inherited from Givepulse::Resource

#create, #delete, #get, #update

Constructor Details

#initialize(client) ⇒ Groups

Returns a new instance of Groups.



6
7
8
# File 'lib/givepulse/resources/groups.rb', line 6

def initialize(client)
    super(client, '/groups', SUPPORTED_METHODS)
end