Sha256: 68347cfe0103139d4d43949488fce9a1c28dabaf6119a6e6d353ef3b4657811a

Contents?: true

Size: 265 Bytes

Versions: 14

Compression:

Stored size: 265 Bytes

Contents

module Bunq
  class QrCodeContent
    def initialize(parent_resource)
      @resource = parent_resource.append("/qr-code-content")
    end

    def show
      @resource.with_session do 
        @resource.get { |response| response.body }
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bunq-client-0.7.2 lib/bunq/qr_code_content.rb
bunq-client-0.7.1 lib/bunq/qr_code_content.rb
bunq-client-0.7.0 lib/bunq/qr_code_content.rb
bunq-client-0.6.1 lib/bunq/qr_code_content.rb
bunq-client-0.6.0 lib/bunq/qr_code_content.rb
bunq-client-0.5.0 lib/bunq/qr_code_content.rb
bunq-client-0.4.2 lib/bunq/qr_code_content.rb
bunq-client-0.4.1 lib/bunq/qr_code_content.rb
bunq-client-0.4.0 lib/bunq/qr_code_content.rb
bunq-client-0.3.0 lib/bunq/qr_code_content.rb
bunq-client-0.2.0 lib/bunq/qr_code_content.rb
bunq-client-0.1.2 lib/bunq/qr_code_content.rb
bunq-client-0.1.1 lib/bunq/qr_code_content.rb
bunq-client-0.1.0 lib/bunq/qr_code_content.rb