Sha256: b7a64d42713b28db36016fc35fe5554211f7fd1bb094d4bb23cd26bb5dfbeac1
Contents?: true
Size: 443 Bytes
Versions: 3
Compression:
Stored size: 443 Bytes
Contents
module Dineromail class Buyer include HappyMapper tag 'COMPRADOR' element :email, String, :tag => 'EMAIL' element :address, String, :tag => 'DIRECCION' element :name, String, :tag => 'NOMBRE' element :phone, String, :tag => 'TELEFONO' element :document_type, String, :tag => 'TIPODOC' element :document_number, String, :tag => 'NUMERODOC' element :comment, String, :tag => 'COMENTARIO' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dineromail-0.1.2 | lib/dineromail/buyer.rb |
dineromail-0.1.1 | lib/dineromail/buyer.rb |
dineromail-0.1.0 | lib/dineromail/buyer.rb |