Module: RequestMethods::ClassMethods

Included in:
KalibroGatekeeperClient::Entities::Model
Defined in:
lib/kalibro_gatekeeper_client/helpers/request_methods.rb

Instance Method Summary collapse

Instance Method Details

#exists_actionObject



35
36
37
# File 'lib/kalibro_gatekeeper_client/helpers/request_methods.rb', line 35

def exists_action
  "exists"
end

#find_actionObject



43
44
45
# File 'lib/kalibro_gatekeeper_client/helpers/request_methods.rb', line 43

def find_action
  "get"
end

#id_params(id) ⇒ Object



39
40
41
# File 'lib/kalibro_gatekeeper_client/helpers/request_methods.rb', line 39

def id_params(id)
  {id: id}
end