Sha256: 97630a81e4f1bc66a8a40cc14c1e9d38dfef3ff3b123027f390eca2a001bd5aa
Contents?: true
Size: 1.48 KB
Versions: 17
Compression:
Stored size: 1.48 KB
Contents
=begin #Subscriptions #Subscriptions allow contacts to control what forms of communications they receive. Contacts can decide whether they want to receive communication pertaining to a specific topic, brand, or an entire HubSpot account. 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' require 'date' # Unit tests for Hubspot::CommunicationPreferences::PublicSubscriptionStatusesResponse # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'PublicSubscriptionStatusesResponse' do before do # run before each test @instance = Hubspot::CommunicationPreferences::PublicSubscriptionStatusesResponse.new end after do # run after each test end describe 'test an instance of PublicSubscriptionStatusesResponse' do it 'should create an instance of PublicSubscriptionStatusesResponse' do expect(@instance).to be_instance_of(Hubspot::CommunicationPreferences::PublicSubscriptionStatusesResponse) end end describe 'test attribute "recipient"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "subscription_statuses"' 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
17 entries across 17 versions & 1 rubygems