Sha256: d9be92055602859c4cb1be560eaed0ad80a9aa0fa61222c38a11805269921305
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
module MonoMerchant module Submerchant # Get list of sub-merchants class List < ApiRequest def initialize super(type: :get) end # todo: make array of objects from response list (code, edrpou, iban)? def data %w[list] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mono-merchant-0.2.0 | lib/mono-merchant/submerchant/list.rb |