class MercadoPago::Base

Public Instance Methods

to_hash() click to toggle source
# File lib/mercado_pago/entities/base.rb, line 6
def to_hash
  VirtusConvert.new(self, reject_nils: true).to_hash
end