Sha256: e4c1e92935850708effbed364f3480ef7aad846904680ae7bddae5f099e8c732

Contents?: true

Size: 238 Bytes

Versions: 2

Compression:

Stored size: 238 Bytes

Contents

require 'uri'

module Voucherify
  module Service
    class Consents
      attr_reader :client

      def initialize(client)
        @client = client
      end

      def get()
        @client.get('/consents')
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
voucherify-4.1.0 lib/voucherify/service/consents.rb
voucherify-4.0.0 lib/voucherify/service/consents.rb