Sha256: 7a2b37f849850c50df84ff2d39dc98a6e03df976ca4b25642422b8c0ccd7fbfb
Contents?: true
Size: 640 Bytes
Versions: 1
Compression:
Stored size: 640 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Cms::Hubdb::RowsBatchApi' do subject(:rows_batch_api) { Hubspot::Client.new(api_key: 'test').cms.hubdb.rows_batch_api } it { is_expected.to respond_to(:batch_clone_draft_table_rows) } it { is_expected.to respond_to(:batch_create_draft_table_rows) } it { is_expected.to respond_to(:batch_purge_draft_table_rows) } it { is_expected.to respond_to(:batch_read_draft_table_rows) } it { is_expected.to respond_to(:batch_read_table_rows) } it { is_expected.to respond_to(:batch_replace_draft_table_rows) } it { is_expected.to respond_to(:batch_update_draft_table_rows) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/cms/hubdb/rows_batch_api_spec.rb |