class Mercadopago::Endpoint::PaymentMethods

Constants

ENDPOINT

Public Instance Methods

get() click to toggle source
# File lib/mercadopago/endpoint/payment_methods.rb, line 6
def get
  rest_client.get(ENDPOINT)
end