class Voucherify::Service::Consents
Attributes
client[R]
Public Class Methods
new(client)
click to toggle source
# File lib/voucherify/service/consents.rb, line 8 def initialize(client) @client = client end
Public Instance Methods
get()
click to toggle source
# File lib/voucherify/service/consents.rb, line 12 def get() @client.get('/consents') end