class EbanqApi::Cards
This class represents an cards functional of Ebanq REST Api.
Public Class Methods
new(client)
click to toggle source
Declares an client instance.
# File lib/ebanq_api/blocks/cards.rb, line 13 def initialize(client) @client = client end
Public Instance Methods
list()
click to toggle source