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.27.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.27.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.26.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.26.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.25.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.25.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.24.1 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.24.1 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.24.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.24.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.23.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.23.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.22.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.22.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.21.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.21.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.20.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.20.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-fake-0.19.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb
barkibu-kb-0.19.0 lib/kb/fake/bounded_context/pet_family/hubspot_relationship.rb