module Segurofacil::REST::EstagiariosGet
Constants
- PATH
Public Instance Methods
get(cnpj)
click to toggle source
# File lib/segurofacil/rest/estagiarios_get.rb, line 7 def get(cnpj) Segurofacil::REST::Request.post( PATH, params: cnpj ).perform end