Sha256: 20801b372363300d2d3cb2c551885ab168e0bcb115d65a6a80319b15e8f7c8e5
Contents?: true
Size: 443 Bytes
Versions: 4
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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
dineromail-0.2.1 | lib/dineromail/buyer.rb |
dineromail-0.2.0 | lib/dineromail/buyer.rb |
dineromail-0.1.4 | lib/dineromail/buyer.rb |
dineromail-0.1.3 | lib/dineromail/buyer.rb |