class Tokens

Public Instance Methods

getPoints(token_id) click to toggle source
# File lib/openpay/tokens.rb, line 4
def getPoints(token_id)
  get("#{token_id}/points")
end