Sha256: 3b857f7a91f6df46532c92deef5717f8a478edbfb3438f081af56c025e4dee69

Contents?: true

Size: 332 Bytes

Versions: 10

Compression:

Stored size: 332 Bytes

Contents

module Plaid
  module Client
    module Entities
      include Plaid::Client::Configurations

      def get_entity(entity_id)
        body = body_entity(entity_id)

        response = self.class.get('/entity', :query => body)

        handle(response) { PlaidResponse.new(response, "Retrieved Entity")}
      end

    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
plaid-kilt-0.7.7 lib/plaid/client/entity.rb
plaid-kilt-0.7.6 lib/plaid/client/entity.rb
plaid-kilt-0.7.5 lib/plaid/client/entity.rb
plaid-kilt-0.7.4 lib/plaid/client/entity.rb
plaid-kilt-0.7.3 lib/plaid/client/entity.rb
plaid-kilt-0.6.0 lib/plaid/client/entity.rb
plaid-kilt-0.5.5 lib/plaid/client/entity.rb
plaid-kilt-0.5.4 lib/plaid/client/entity.rb
plaid-kilt-0.5.2 lib/plaid/client/entity.rb
plaid-kilt-0.5.1 lib/plaid/client/entity.rb