Sha256: 108c8562e550676c018ea84102b6804ea4e62f347224d05b99398904f579c485
Contents?: true
Size: 430 Bytes
Versions: 14
Compression:
Stored size: 430 Bytes
Contents
module Sei module Estruturas class RetornoInclusaoDocumento < ::Valuable has_value :id_documento has_value :documento_formatado has_value :link_acesso def initialize(params) self.id_documento = params[:id_documento] self.documento_formatado = params[:documento_formatado] self.link_acesso = params[:link_acesso] initialize_attributes end end end end
Version data entries
14 entries across 14 versions & 3 rubygems