Class: Givepulse::Resources::Education

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

Constant Summary collapse

SUPPORTED_METHODS =
%i[get create update delete].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) ⇒ Education

Returns a new instance of Education.



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

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