class Merchant

Attributes

MerchantReference[RW]

Identificador da loja na plataforma

Public Instance Methods

to_json() click to toggle source
# File lib/mundipagg/Merchant/merchant.rb, line 5
def to_json
  hash = {}
  instance_variables.each {|var| hash[var.to_s.delete('@')] = instance_variable_get(var) }
  hash
end