class Segurofacil::Responses::EstagiarioCreateResponse

Public Instance Methods

id() click to toggle source
# File lib/segurofacil/responses/estagiario_create_response.rb, line 5
def id
  return nil if error?
  @id ||= raw_body
end