late-sdk 0.0.714 → 0.0.716

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -10
  3. data/docs/AdAnalyticsResponse.md +22 -0
  4. data/docs/{GetAdAnalytics200ResponseAd.md → AdAnalyticsResponseAd.md} +2 -4
  5. data/docs/AdCampaignsApi.md +12 -12
  6. data/docs/AdDailyMetrics.md +14 -0
  7. data/docs/AdEngagementCounts.md +1 -1
  8. data/docs/AdInsightsApi.md +8 -8
  9. data/docs/AdMetrics.md +14 -0
  10. data/docs/AdTreeResponse.md +22 -0
  11. data/docs/AdsListResponse.md +22 -0
  12. data/docs/AdsTimelineResponse.md +20 -0
  13. data/docs/{GetAdsTimeline200ResponseRowsInner.md → AdsTimelineResponseRowsInner.md} +2 -2
  14. data/docs/CampaignAnalyticsResponse.md +22 -0
  15. data/docs/{GetCampaignAnalytics200ResponseAnalytics.md → CampaignAnalyticsResponseAnalytics.md} +3 -3
  16. data/docs/{GetCampaignAnalytics200ResponseAnalyticsDailyInner.md → CampaignAnalyticsResponseAnalyticsDailyInner.md} +16 -2
  17. data/docs/{GetCampaignAnalytics200ResponseCampaign.md → CampaignAnalyticsResponseCampaign.md} +2 -2
  18. data/docs/GetAdAnalytics202Response.md +22 -0
  19. data/docs/GetAdTree202Response.md +22 -0
  20. data/docs/GetAdsTimeline202Response.md +20 -0
  21. data/docs/GetCampaignAnalytics202Response.md +22 -0
  22. data/docs/ListAds202Response.md +22 -0
  23. data/lib/zernio-sdk/api/ad_campaigns_api.rb +9 -9
  24. data/lib/zernio-sdk/api/ad_insights_api.rb +6 -6
  25. data/lib/zernio-sdk/models/{get_ad_analytics200_response.rb → ad_analytics_response.rb} +15 -15
  26. data/lib/zernio-sdk/models/{get_ad_analytics200_response_ad.rb → ad_analytics_response_ad.rb} +4 -47
  27. data/lib/zernio-sdk/models/ad_daily_metrics.rb +73 -1
  28. data/lib/zernio-sdk/models/ad_engagement_counts.rb +1 -1
  29. data/lib/zernio-sdk/models/ad_metrics.rb +73 -1
  30. data/lib/zernio-sdk/models/{get_ad_tree200_response.rb → ad_tree_response.rb} +17 -17
  31. data/lib/zernio-sdk/models/{list_ads200_response.rb → ads_list_response.rb} +17 -17
  32. data/lib/zernio-sdk/models/{get_ads_timeline200_response.rb → ads_timeline_response.rb} +17 -17
  33. data/lib/zernio-sdk/models/{get_ads_timeline200_response_rows_inner.rb → ads_timeline_response_rows_inner.rb} +3 -3
  34. data/lib/zernio-sdk/models/{get_campaign_analytics200_response.rb → campaign_analytics_response.rb} +15 -15
  35. data/lib/zernio-sdk/models/{get_campaign_analytics200_response_analytics.rb → campaign_analytics_response_analytics.rb} +4 -4
  36. data/lib/zernio-sdk/models/{get_campaign_analytics200_response_analytics_daily_inner.rb → campaign_analytics_response_analytics_daily_inner.rb} +76 -4
  37. data/lib/zernio-sdk/models/{get_campaign_analytics200_response_campaign.rb → campaign_analytics_response_campaign.rb} +3 -3
  38. data/lib/zernio-sdk/models/get_ad_analytics202_response.rb +213 -0
  39. data/lib/zernio-sdk/models/get_ad_tree202_response.rb +215 -0
  40. data/lib/zernio-sdk/models/get_ads_timeline202_response.rb +206 -0
  41. data/lib/zernio-sdk/models/get_campaign_analytics202_response.rb +213 -0
  42. data/lib/zernio-sdk/models/list_ads202_response.rb +215 -0
  43. data/lib/zernio-sdk/version.rb +1 -1
  44. data/lib/zernio-sdk.rb +15 -10
  45. data/openapi.yaml +205 -123
  46. data/spec/api/ad_campaigns_api_spec.rb +3 -3
  47. data/spec/api/ad_insights_api_spec.rb +2 -2
  48. data/spec/models/{get_campaign_analytics200_response_campaign_spec.rb → ad_analytics_response_ad_spec.rb} +6 -6
  49. data/spec/models/{get_ad_analytics200_response_spec.rb → ad_analytics_response_spec.rb} +8 -8
  50. data/spec/models/ad_daily_metrics_spec.rb +42 -0
  51. data/spec/models/ad_metrics_spec.rb +42 -0
  52. data/spec/models/{get_ad_tree200_response_spec.rb → ad_tree_response_spec.rb} +8 -8
  53. data/spec/models/{list_ads200_response_spec.rb → ads_list_response_spec.rb} +8 -8
  54. data/spec/models/{get_ads_timeline200_response_rows_inner_spec.rb → ads_timeline_response_rows_inner_spec.rb} +6 -6
  55. data/spec/models/{get_ads_timeline200_response_spec.rb → ads_timeline_response_spec.rb} +8 -8
  56. data/spec/models/{get_campaign_analytics200_response_analytics_daily_inner_spec.rb → campaign_analytics_response_analytics_daily_inner_spec.rb} +48 -6
  57. data/spec/models/{get_campaign_analytics200_response_analytics_spec.rb → campaign_analytics_response_analytics_spec.rb} +6 -6
  58. data/spec/models/{get_ad_analytics200_response_ad_spec.rb → campaign_analytics_response_campaign_spec.rb} +6 -16
  59. data/spec/models/{get_campaign_analytics200_response_spec.rb → campaign_analytics_response_spec.rb} +8 -8
  60. data/spec/models/get_ad_analytics202_response_spec.rb +52 -0
  61. data/spec/models/get_ad_tree202_response_spec.rb +52 -0
  62. data/spec/models/get_ads_timeline202_response_spec.rb +46 -0
  63. data/spec/models/get_campaign_analytics202_response_spec.rb +52 -0
  64. data/spec/models/list_ads202_response_spec.rb +52 -0
  65. data/zernio-sdk-0.0.716.gem +0 -0
  66. metadata +1654 -1634
  67. data/docs/GetAdAnalytics200Response.md +0 -22
  68. data/docs/GetAdTree200Response.md +0 -22
  69. data/docs/GetAdsTimeline200Response.md +0 -20
  70. data/docs/GetCampaignAnalytics200Response.md +0 -22
  71. data/docs/ListAds200Response.md +0 -22
  72. data/zernio-sdk-0.0.714.gem +0 -0
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Zernio::ListAds200Response
17
+ # Unit tests for Zernio::AdsListResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Zernio::ListAds200Response do
21
- #let(:instance) { Zernio::ListAds200Response.new }
20
+ describe Zernio::AdsListResponse do
21
+ #let(:instance) { Zernio::AdsListResponse.new }
22
22
 
23
- describe 'test an instance of ListAds200Response' do
24
- it 'should create an instance of ListAds200Response' do
23
+ describe 'test an instance of AdsListResponse' do
24
+ it 'should create an instance of AdsListResponse' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Zernio::ListAds200Response)
26
+ #expect(instance).to be_instance_of(Zernio::AdsListResponse)
27
27
  end
28
28
  end
29
29
 
@@ -33,13 +33,13 @@ describe Zernio::ListAds200Response do
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "backfill_pending"' do
36
+ describe 'test attribute "pagination"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "pagination"' do
42
+ describe 'test attribute "backfill_pending"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Zernio::GetAdsTimeline200ResponseRowsInner
17
+ # Unit tests for Zernio::AdsTimelineResponseRowsInner
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Zernio::GetAdsTimeline200ResponseRowsInner do
21
- #let(:instance) { Zernio::GetAdsTimeline200ResponseRowsInner.new }
20
+ describe Zernio::AdsTimelineResponseRowsInner do
21
+ #let(:instance) { Zernio::AdsTimelineResponseRowsInner.new }
22
22
 
23
- describe 'test an instance of GetAdsTimeline200ResponseRowsInner' do
24
- it 'should create an instance of GetAdsTimeline200ResponseRowsInner' do
23
+ describe 'test an instance of AdsTimelineResponseRowsInner' do
24
+ it 'should create an instance of AdsTimelineResponseRowsInner' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Zernio::GetAdsTimeline200ResponseRowsInner)
26
+ #expect(instance).to be_instance_of(Zernio::AdsTimelineResponseRowsInner)
27
27
  end
28
28
  end
29
29
 
@@ -14,26 +14,26 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Zernio::GetAdsTimeline200Response
17
+ # Unit tests for Zernio::AdsTimelineResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Zernio::GetAdsTimeline200Response do
21
- #let(:instance) { Zernio::GetAdsTimeline200Response.new }
20
+ describe Zernio::AdsTimelineResponse do
21
+ #let(:instance) { Zernio::AdsTimelineResponse.new }
22
22
 
23
- describe 'test an instance of GetAdsTimeline200Response' do
24
- it 'should create an instance of GetAdsTimeline200Response' do
23
+ describe 'test an instance of AdsTimelineResponse' do
24
+ it 'should create an instance of AdsTimelineResponse' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Zernio::GetAdsTimeline200Response)
26
+ #expect(instance).to be_instance_of(Zernio::AdsTimelineResponse)
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "rows"' do
30
+ describe 'test attribute "backfill_pending"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "backfill_pending"' do
36
+ describe 'test attribute "rows"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Zernio::GetCampaignAnalytics200ResponseAnalyticsDailyInner
17
+ # Unit tests for Zernio::CampaignAnalyticsResponseAnalyticsDailyInner
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Zernio::GetCampaignAnalytics200ResponseAnalyticsDailyInner do
21
- #let(:instance) { Zernio::GetCampaignAnalytics200ResponseAnalyticsDailyInner.new }
20
+ describe Zernio::CampaignAnalyticsResponseAnalyticsDailyInner do
21
+ #let(:instance) { Zernio::CampaignAnalyticsResponseAnalyticsDailyInner.new }
22
22
 
23
- describe 'test an instance of GetCampaignAnalytics200ResponseAnalyticsDailyInner' do
24
- it 'should create an instance of GetCampaignAnalytics200ResponseAnalyticsDailyInner' do
23
+ describe 'test an instance of CampaignAnalyticsResponseAnalyticsDailyInner' do
24
+ it 'should create an instance of CampaignAnalyticsResponseAnalyticsDailyInner' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Zernio::GetCampaignAnalytics200ResponseAnalyticsDailyInner)
26
+ #expect(instance).to be_instance_of(Zernio::CampaignAnalyticsResponseAnalyticsDailyInner)
27
27
  end
28
28
  end
29
29
 
@@ -111,6 +111,48 @@ describe Zernio::GetCampaignAnalytics200ResponseAnalyticsDailyInner do
111
111
  end
112
112
  end
113
113
 
114
+ describe 'test attribute "cost_per_action"' do
115
+ it 'should work' do
116
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
+ end
118
+ end
119
+
120
+ describe 'test attribute "outbound_clicks"' do
121
+ it 'should work' do
122
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
123
+ end
124
+ end
125
+
126
+ describe 'test attribute "outbound_clicks_ctr"' do
127
+ it 'should work' do
128
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
129
+ end
130
+ end
131
+
132
+ describe 'test attribute "inline_link_clicks"' do
133
+ it 'should work' do
134
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
135
+ end
136
+ end
137
+
138
+ describe 'test attribute "inline_link_click_ctr"' do
139
+ it 'should work' do
140
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
141
+ end
142
+ end
143
+
144
+ describe 'test attribute "unique_clicks"' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
+ end
148
+ end
149
+
150
+ describe 'test attribute "unique_ctr"' do
151
+ it 'should work' do
152
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
153
+ end
154
+ end
155
+
114
156
  describe 'test attribute "video_play_actions"' do
115
157
  it 'should work' do
116
158
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Zernio::GetCampaignAnalytics200ResponseAnalytics
17
+ # Unit tests for Zernio::CampaignAnalyticsResponseAnalytics
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Zernio::GetCampaignAnalytics200ResponseAnalytics do
21
- #let(:instance) { Zernio::GetCampaignAnalytics200ResponseAnalytics.new }
20
+ describe Zernio::CampaignAnalyticsResponseAnalytics do
21
+ #let(:instance) { Zernio::CampaignAnalyticsResponseAnalytics.new }
22
22
 
23
- describe 'test an instance of GetCampaignAnalytics200ResponseAnalytics' do
24
- it 'should create an instance of GetCampaignAnalytics200ResponseAnalytics' do
23
+ describe 'test an instance of CampaignAnalyticsResponseAnalytics' do
24
+ it 'should create an instance of CampaignAnalyticsResponseAnalytics' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Zernio::GetCampaignAnalytics200ResponseAnalytics)
26
+ #expect(instance).to be_instance_of(Zernio::CampaignAnalyticsResponseAnalytics)
27
27
  end
28
28
  end
29
29
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Zernio::GetAdAnalytics200ResponseAd
17
+ # Unit tests for Zernio::CampaignAnalyticsResponseCampaign
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Zernio::GetAdAnalytics200ResponseAd do
21
- #let(:instance) { Zernio::GetAdAnalytics200ResponseAd.new }
20
+ describe Zernio::CampaignAnalyticsResponseCampaign do
21
+ #let(:instance) { Zernio::CampaignAnalyticsResponseCampaign.new }
22
22
 
23
- describe 'test an instance of GetAdAnalytics200ResponseAd' do
24
- it 'should create an instance of GetAdAnalytics200ResponseAd' do
23
+ describe 'test an instance of CampaignAnalyticsResponseCampaign' do
24
+ it 'should create an instance of CampaignAnalyticsResponseCampaign' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Zernio::GetAdAnalytics200ResponseAd)
26
+ #expect(instance).to be_instance_of(Zernio::CampaignAnalyticsResponseCampaign)
27
27
  end
28
28
  end
29
29
 
@@ -45,16 +45,6 @@ describe Zernio::GetAdAnalytics200ResponseAd do
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "trigger"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["comment", "story_reply"])
52
- # validator.allowable_values.each do |value|
53
- # expect { instance.trigger = value }.not_to raise_error
54
- # end
55
- end
56
- end
57
-
58
48
  describe 'test attribute "status"' do
59
49
  it 'should work' do
60
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -14,26 +14,26 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Zernio::GetCampaignAnalytics200Response
17
+ # Unit tests for Zernio::CampaignAnalyticsResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Zernio::GetCampaignAnalytics200Response do
21
- #let(:instance) { Zernio::GetCampaignAnalytics200Response.new }
20
+ describe Zernio::CampaignAnalyticsResponse do
21
+ #let(:instance) { Zernio::CampaignAnalyticsResponse.new }
22
22
 
23
- describe 'test an instance of GetCampaignAnalytics200Response' do
24
- it 'should create an instance of GetCampaignAnalytics200Response' do
23
+ describe 'test an instance of CampaignAnalyticsResponse' do
24
+ it 'should create an instance of CampaignAnalyticsResponse' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Zernio::GetCampaignAnalytics200Response)
26
+ #expect(instance).to be_instance_of(Zernio::CampaignAnalyticsResponse)
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "campaign"' do
30
+ describe 'test attribute "backfill_pending"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "backfill_pending"' do
36
+ describe 'test attribute "campaign"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
@@ -0,0 +1,52 @@
1
+ =begin
2
+ #Zernio API
3
+
4
+ #API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
5
+
6
+ The version of the OpenAPI document: 1.0.4
7
+ Contact: support@zernio.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.19.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Zernio::GetAdAnalytics202Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Zernio::GetAdAnalytics202Response do
21
+ #let(:instance) { Zernio::GetAdAnalytics202Response.new }
22
+
23
+ describe 'test an instance of GetAdAnalytics202Response' do
24
+ it 'should create an instance of GetAdAnalytics202Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Zernio::GetAdAnalytics202Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "backfill_pending"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('Boolean', ["true"])
34
+ # validator.allowable_values.each do |value|
35
+ # expect { instance.backfill_pending = value }.not_to raise_error
36
+ # end
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "ad"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "analytics"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
49
+ end
50
+ end
51
+
52
+ end
@@ -0,0 +1,52 @@
1
+ =begin
2
+ #Zernio API
3
+
4
+ #API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
5
+
6
+ The version of the OpenAPI document: 1.0.4
7
+ Contact: support@zernio.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.19.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Zernio::GetAdTree202Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Zernio::GetAdTree202Response do
21
+ #let(:instance) { Zernio::GetAdTree202Response.new }
22
+
23
+ describe 'test an instance of GetAdTree202Response' do
24
+ it 'should create an instance of GetAdTree202Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Zernio::GetAdTree202Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "campaigns"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "pagination"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "backfill_pending"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('Boolean', ["true"])
46
+ # validator.allowable_values.each do |value|
47
+ # expect { instance.backfill_pending = value }.not_to raise_error
48
+ # end
49
+ end
50
+ end
51
+
52
+ end
@@ -0,0 +1,46 @@
1
+ =begin
2
+ #Zernio API
3
+
4
+ #API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
5
+
6
+ The version of the OpenAPI document: 1.0.4
7
+ Contact: support@zernio.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.19.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Zernio::GetAdsTimeline202Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Zernio::GetAdsTimeline202Response do
21
+ #let(:instance) { Zernio::GetAdsTimeline202Response.new }
22
+
23
+ describe 'test an instance of GetAdsTimeline202Response' do
24
+ it 'should create an instance of GetAdsTimeline202Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Zernio::GetAdsTimeline202Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "backfill_pending"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('Boolean', ["true"])
34
+ # validator.allowable_values.each do |value|
35
+ # expect { instance.backfill_pending = value }.not_to raise_error
36
+ # end
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "rows"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
46
+ end
@@ -0,0 +1,52 @@
1
+ =begin
2
+ #Zernio API
3
+
4
+ #API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
5
+
6
+ The version of the OpenAPI document: 1.0.4
7
+ Contact: support@zernio.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.19.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Zernio::GetCampaignAnalytics202Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Zernio::GetCampaignAnalytics202Response do
21
+ #let(:instance) { Zernio::GetCampaignAnalytics202Response.new }
22
+
23
+ describe 'test an instance of GetCampaignAnalytics202Response' do
24
+ it 'should create an instance of GetCampaignAnalytics202Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Zernio::GetCampaignAnalytics202Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "backfill_pending"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('Boolean', ["true"])
34
+ # validator.allowable_values.each do |value|
35
+ # expect { instance.backfill_pending = value }.not_to raise_error
36
+ # end
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "campaign"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "analytics"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
49
+ end
50
+ end
51
+
52
+ end
@@ -0,0 +1,52 @@
1
+ =begin
2
+ #Zernio API
3
+
4
+ #API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
5
+
6
+ The version of the OpenAPI document: 1.0.4
7
+ Contact: support@zernio.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.19.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Zernio::ListAds202Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Zernio::ListAds202Response do
21
+ #let(:instance) { Zernio::ListAds202Response.new }
22
+
23
+ describe 'test an instance of ListAds202Response' do
24
+ it 'should create an instance of ListAds202Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Zernio::ListAds202Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "ads"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "pagination"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "backfill_pending"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('Boolean', ["true"])
46
+ # validator.allowable_values.each do |value|
47
+ # expect { instance.backfill_pending = value }.not_to raise_error
48
+ # end
49
+ end
50
+ end
51
+
52
+ end
Binary file