Class: Segurofacil::Estagiarios

Inherits:
Object
  • Object
show all
Extended by:
REST::EstagiariosGet
Defined in:
lib/segurofacil/estagiarios.rb

Constant Summary

Constants included from REST::EstagiariosGet

REST::EstagiariosGet::PATH

Class Method Summary collapse

Methods included from REST::EstagiariosGet

get

Class Method Details

.get(cnpj) ⇒ Object



8
9
10
11
# File 'lib/segurofacil/estagiarios.rb', line 8

def get(cnpj)
  res = super({ cnpj: cnpj })
  get_response(res)
end