Sha256: 0940c8425b80bd941d0e0f82980867f87cd7138aefcfd17efcf8e222df1e46ce

Contents?: true

Size: 364 Bytes

Versions: 28

Compression:

Stored size: 364 Bytes

Contents

require 'kb/fake/bounded_context/rest_resource'

module BoundedContext
  module PetFamily
    module HubspotRelationship
      extend ActiveSupport::Concern

      included do
        include RestResource

        get '/v1/hubspot/:model/:key/relationship' do
          resource_by_key(:hubspot_relationship, params['key'])
        end
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
barkibu-kb-fake-0.18.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.18.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.17.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.17.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.16.2 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.16.2 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.16.1 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.16.1 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb