Module: Segurofacil::REST::EstagiariosGet

Included in:
Estagiarios
Defined in:
lib/segurofacil/rest/estagiarios_get.rb

Constant Summary collapse

PATH =
'getestagiarios'

Instance Method Summary collapse

Instance Method Details

#get(cnpj) ⇒ Object



7
8
9
10
11
12
# File 'lib/segurofacil/rest/estagiarios_get.rb', line 7

def get(cnpj)
  Segurofacil::REST::Request.post(
    PATH,
    params: cnpj
  ).perform
end