class Segurofacil::Responses::EstagiariosGetResponse
Public Instance Methods
estagiarios()
click to toggle source
# File lib/segurofacil/responses/estagiarios_get_response.rb, line 5 def estagiarios @estagiarios ||= Estagiario.ary_to_estagiarios(raw_body) end