Class: Payture::Card
Constant Summary collapse
- PATH_LIST =
'/vwapi/GetList'
Constants inherited from Wallet
Wallet::PATH_INIT, Wallet::PATH_PAY
Instance Method Summary collapse
Methods inherited from Wallet
Methods inherited from API
Constructor Details
This class inherits a constructor from Payture::API
Instance Method Details
#list(vwid, data) ⇒ Object
5 6 7 |
# File 'lib/payture/card.rb', line 5 def list(vwid, data) self.request(PATH_LIST, vwid, data) end |