Class: MercadoPago::CustomCheckout::Resource

Inherits:
Object
  • Object
show all
Defined in:
lib/mercadopago/custom_checkout/resource.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



5
6
7
8
9
10
# File 'lib/mercadopago/custom_checkout/resource.rb', line 5

def inspect
  formatted_attrs = attr_inspect.map do |attr|
    "#{attr}: #{send(attr).inspect}"
  end
  "#<#{self.class.name} #{formatted_attrs.join(", ")}>"
end