Sha256: e1b92a54197e140a6aa49305aaf8c2608cd0c64547798dd10500651fb51e91b1

Contents?: true

Size: 1.51 KB

Versions: 7

Compression:

Stored size: 1.51 KB

Contents

=begin
#Quotes

#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v3

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.3.1

=end

require 'spec_helper'
require 'json'

# Unit tests for Hubspot::Crm::Quotes::AssociationsApi
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'AssociationsApi' do
  before do
    # run before each test
    @api_instance = Hubspot::Crm::Quotes::AssociationsApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of AssociationsApi' do
    it 'should create an instance of AssociationsApi' do
      expect(@api_instance).to be_instance_of(Hubspot::Crm::Quotes::AssociationsApi)
    end
  end

  # unit tests for get_all
  # List associations of a quote by type
  # @param quote_id 
  # @param to_object_type 
  # @param [Hash] opts the optional parameters
  # @option opts [String] :after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
  # @option opts [Integer] :limit The maximum number of results to display per page.
  # @return [CollectionResponseAssociatedIdForwardPaging]
  describe 'get_all test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-11.2.0 spec/codegen/crm/quotes/api/associations_api_spec.rb
hubspot-api-client-11.1.1 spec/codegen/crm/quotes/api/associations_api_spec.rb
hubspot-api-client-11.1.0 spec/codegen/crm/quotes/api/associations_api_spec.rb
hubspot-api-client-10.1.1 spec/codegen/crm/quotes/api/associations_api_spec.rb
hubspot-api-client-10.1.0 spec/codegen/crm/quotes/api/associations_api_spec.rb
hubspot-api-client-10.0.1 spec/codegen/crm/quotes/api/associations_api_spec.rb
hubspot-api-client-10.0.0 spec/codegen/crm/quotes/api/associations_api_spec.rb