Sha256: b5d78d57e2f22b668f690a687c9cd2e11ce0dc30828547ac5dcf832527beaa16

Contents?: true

Size: 181 Bytes

Versions: 3

Compression:

Stored size: 181 Bytes

Contents

module Segurofacil
  module Responses
    class EstagiarioCreateResponse < Response

      def id
        return nil if error?
        @id ||= raw_body
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
segurofacil-ruby-0.1.8 lib/segurofacil/responses/estagiario_create_response.rb
segurofacil-ruby-0.1.7 lib/segurofacil/responses/estagiario_create_response.rb
segurofacil-0.1.7 lib/segurofacil/responses/estagiario_create_response.rb