Sha256: 41a936059dc38abcf13ad520ea953a1b4daa6a6060acbce3467f1c8f166950a5
Contents?: true
Size: 322 Bytes
Versions: 4
Compression:
Stored size: 322 Bytes
Contents
module Segurofacil module REST module EstagiarioCreate PATH = 'addestagiario' def create(estagiario, cnpj) Segurofacil::REST::Request.post( PATH, params: { estagiario: estagiario, cnpj: cnpj } ).perform end end end end
Version data entries
4 entries across 4 versions & 2 rubygems