class Points
Public Instance Methods
getPointsBalance(token_id)
click to toggle source
# File lib/openpay/points.rb, line 5 def getPointsBalance(token_id) tokens=@api_hook.create(:tokens) tokens.getPoints(token_id) end