Sha256: 265c0e1d026dde37d45a1468ab6d2dc3e7106ea3a3ff493a895d9d8b72ed3a1b

Contents?: true

Size: 223 Bytes

Versions: 5

Compression:

Stored size: 223 Bytes

Contents

module Tangany
  module Custody
    class WalletStatusesResource < Resource
      def retrieve(wallet_id)
        WalletStatus.new(get_request("#{@chain["base_path"]}/wallet/#{wallet_id}").body)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tangany-0.0.5 lib/tangany/custody/resources/wallet_statuses_resource.rb
tangany-0.0.4 lib/tangany/custody/resources/wallet_statuses_resource.rb
tangany-0.0.3 lib/tangany/custody/resources/wallet_statuses_resource.rb
tangany-0.0.2 lib/tangany/custody/resources/wallet_statuses_resource.rb
tangany-0.0.1 lib/tangany/custody/resources/wallet_statuses_resource.rb