Sha256: 8d4b37f516b714199e9c189eba6f2aed151239e5c81f22bb9cbddf54887e62b8
Contents?: true
Size: 631 Bytes
Versions: 4
Compression:
Stored size: 631 Bytes
Contents
module Tiss::Model class CtBeneficiarioDados < Base # @type: StTexto20 attr_accessor :numeroCarteira # @type: DmSimNao attr_accessor :atendimentoRN # @type: StTexto70 attr_accessor :nomeBeneficiario # @type: StTexto15 attr_accessor :numeroCNS # @type: Base64Binary attr_accessor :identificadorBeneficiario # @type: DmTipoIdent attr_accessor :tipoIdent # @type: Base64Binary attr_accessor :templateBiometrico attribute_config :tipoIdent, only: %w[3_04_00] attribute_config :templateBiometrico, only: %w[3_04_00] end end
Version data entries
4 entries across 4 versions & 1 rubygems