solifyn 1.1.2 → 1.1.3
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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/solifyn/version.rb +1 -1
- data/spec/api/checkout_api_spec.rb +12 -0
- data/spec/api/developer_api_spec.rb +52 -29
- data/spec/models/checkout_session_details_dto_spec.rb +6 -0
- data/spec/models/collection_product_dto_spec.rb +28 -0
- data/spec/models/order_spec.rb +6 -0
- data/spec/models/product_create_spec.rb +28 -0
- data/spec/models/product_spec.rb +28 -0
- data/spec/models/product_update_spec.rb +28 -0
- metadata +133 -262
- data/LICENSE +0 -202
- data/docs/AffiliateApi.md +0 -845
- data/docs/BillingApi.md +0 -68
- data/docs/BrandsApi.md +0 -286
- data/docs/Business.md +0 -56
- data/docs/BusinessCreate.md +0 -18
- data/docs/BusinessFullCreate.md +0 -26
- data/docs/BusinessFullCreateResponse.md +0 -20
- data/docs/BusinessesApi.md +0 -350
- data/docs/ChatApi.md +0 -246
- data/docs/CommunityApi.md +0 -497
- data/docs/DefaultApi.md +0 -1214
- data/docs/PartnerApi.md +0 -125
- data/docs/PayoutAccessToken.md +0 -20
- data/docs/PayoutAccount.md +0 -22
- data/docs/PayoutAccountLink.md +0 -20
- data/docs/PayoutMethod.md +0 -24
- data/docs/PayoutMethodList.md +0 -18
- data/docs/PayoutVerification.md +0 -24
- data/docs/PayoutVerificationList.md +0 -18
- data/docs/PayoutsApi.md +0 -579
- data/docs/TicketApi.md +0 -318
- data/docs/UserPage.md +0 -26
- data/docs/UserProfileThemesApi.md +0 -345
- data/docs/UserSettings.md +0 -34
- data/docs/UserSettingsUpdate.md +0 -76
- data/docs/UserStats.md +0 -20
- data/docs/UserTheme.md +0 -26
- data/docs/UserThemeUpdate.md +0 -22
- data/docs/WhopApiKeysRotation.md +0 -18
- data/docs/Withdrawal.md +0 -46
- data/docs/WithdrawalCreate.md +0 -22
- data/docs/WithdrawalList.md +0 -20
- data/lib/solifyn/api/affiliate_api.rb +0 -760
- data/lib/solifyn/api/billing_api.rb +0 -77
- data/lib/solifyn/api/brands_api.rb +0 -284
- data/lib/solifyn/api/businesses_api.rb +0 -338
- data/lib/solifyn/api/chat_api.rb +0 -232
- data/lib/solifyn/api/community_api.rb +0 -466
- data/lib/solifyn/api/default_api.rb +0 -1076
- data/lib/solifyn/api/partner_api.rb +0 -124
- data/lib/solifyn/api/payouts_api.rb +0 -520
- data/lib/solifyn/api/ticket_api.rb +0 -328
- data/lib/solifyn/api/user_profile_themes_api.rb +0 -313
- data/lib/solifyn/models/business.rb +0 -482
- data/lib/solifyn/models/business_create.rb +0 -241
- data/lib/solifyn/models/business_full_create.rb +0 -288
- data/lib/solifyn/models/business_full_create_response.rb +0 -239
- data/lib/solifyn/models/payout_access_token.rb +0 -239
- data/lib/solifyn/models/payout_account.rb +0 -249
- data/lib/solifyn/models/payout_account_link.rb +0 -239
- data/lib/solifyn/models/payout_method.rb +0 -266
- data/lib/solifyn/models/payout_method_list.rb +0 -224
- data/lib/solifyn/models/payout_verification.rb +0 -266
- data/lib/solifyn/models/payout_verification_list.rb +0 -224
- data/lib/solifyn/models/user_page.rb +0 -290
- data/lib/solifyn/models/user_settings.rb +0 -337
- data/lib/solifyn/models/user_settings_update.rb +0 -505
- data/lib/solifyn/models/user_stats.rb +0 -241
- data/lib/solifyn/models/user_theme.rb +0 -276
- data/lib/solifyn/models/user_theme_update.rb +0 -235
- data/lib/solifyn/models/whop_api_keys_rotation.rb +0 -222
- data/lib/solifyn/models/withdrawal.rb +0 -411
- data/lib/solifyn/models/withdrawal_create.rb +0 -249
- data/lib/solifyn/models/withdrawal_list.rb +0 -241
- data/spec/api/affiliate_api_spec.rb +0 -165
- data/spec/api/billing_api_spec.rb +0 -46
- data/spec/api/brands_api_spec.rb +0 -83
- data/spec/api/businesses_api_spec.rb +0 -93
- data/spec/api/chat_api_spec.rb +0 -72
- data/spec/api/community_api_spec.rb +0 -113
- data/spec/api/default_api_spec.rb +0 -191
- data/spec/api/partner_api_spec.rb +0 -53
- data/spec/api/payouts_api_spec.rb +0 -133
- data/spec/api/ticket_api_spec.rb +0 -86
- data/spec/api/user_profile_themes_api_spec.rb +0 -91
- data/spec/models/business_create_spec.rb +0 -36
- data/spec/models/business_full_create_response_spec.rb +0 -42
- data/spec/models/business_full_create_spec.rb +0 -60
- data/spec/models/business_spec.rb +0 -150
- data/spec/models/payout_access_token_spec.rb +0 -42
- data/spec/models/payout_account_link_spec.rb +0 -42
- data/spec/models/payout_account_spec.rb +0 -48
- data/spec/models/payout_method_list_spec.rb +0 -36
- data/spec/models/payout_method_spec.rb +0 -54
- data/spec/models/payout_verification_list_spec.rb +0 -36
- data/spec/models/payout_verification_spec.rb +0 -54
- data/spec/models/user_page_spec.rb +0 -60
- data/spec/models/user_settings_spec.rb +0 -84
- data/spec/models/user_settings_update_spec.rb +0 -210
- data/spec/models/user_stats_spec.rb +0 -42
- data/spec/models/user_theme_spec.rb +0 -60
- data/spec/models/user_theme_update_spec.rb +0 -48
- data/spec/models/whop_api_keys_rotation_spec.rb +0 -36
- data/spec/models/withdrawal_create_spec.rb +0 -48
- data/spec/models/withdrawal_list_spec.rb +0 -42
- data/spec/models/withdrawal_spec.rb +0 -120
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b16b3aeec7e5b9a8e0631cdf937014212c3044a935db25a1ef062161aff068a
|
|
4
|
+
data.tar.gz: 7ae006f470bdc70b5c7724f3ab19261f2b883e9e294c42b6b6878c8f9b76f521
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 875935da3644e3b6d4b5b896637281968d127877f87ca9f711afeff4cfcd446435d9e78b33b40b3241bd6c8d321db15f621e23724504a97ba2912950961a640d
|
|
7
|
+
data.tar.gz: 687d7da3f3a1f327932cfae08d1df7686ecd1777f821c7f74e3fef9e7b29a19c7adb95d642918e0a5ce60611d1c69fe504e3d73adc60d0125a374db3f91ed4d1
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage pr
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 1.0.0
|
|
10
|
-
- Package version: 1.1.
|
|
10
|
+
- Package version: 1.1.3
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build solifyn.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./solifyn-1.1.
|
|
27
|
+
gem install ./solifyn-1.1.3.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./solifyn-1.1.
|
|
30
|
+
(for development, run `gem install --dev ./solifyn-1.1.3.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'solifyn', '~> 1.1.
|
|
36
|
+
gem 'solifyn', '~> 1.1.3'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
data/lib/solifyn/version.rb
CHANGED
|
@@ -56,6 +56,18 @@ describe 'CheckoutApi' do
|
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
+
# unit tests for checkout_create_setup
|
|
60
|
+
# Create Setup Checkout Configuration
|
|
61
|
+
# Create a new checkout session in setup mode for collecting cards without immediate charge.
|
|
62
|
+
# @param create_setup_checkout_dto
|
|
63
|
+
# @param [Hash] opts the optional parameters
|
|
64
|
+
# @return [nil]
|
|
65
|
+
describe 'checkout_create_setup test' do
|
|
66
|
+
it 'should work' do
|
|
67
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
59
71
|
# unit tests for checkout_get_session
|
|
60
72
|
# Get Checkout Session Details
|
|
61
73
|
# Retrieve checkout details to mount the custom embedded checkout.
|
|
@@ -32,86 +32,109 @@ describe 'DeveloperApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for developer_create_api_key
|
|
36
|
+
# Create Developer API Key
|
|
37
|
+
# @param create_api_key_dto
|
|
36
38
|
# @param [Hash] opts the optional parameters
|
|
37
|
-
# @return [
|
|
38
|
-
describe '
|
|
39
|
+
# @return [ApiKeyResponseDto]
|
|
40
|
+
describe 'developer_create_api_key test' do
|
|
39
41
|
it 'should work' do
|
|
40
42
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
41
43
|
end
|
|
42
44
|
end
|
|
43
45
|
|
|
44
|
-
# unit tests for
|
|
46
|
+
# unit tests for developer_create_webhook
|
|
47
|
+
# Create Webhook Endpoint
|
|
48
|
+
# @param create_webhook_endpoint_dto
|
|
45
49
|
# @param [Hash] opts the optional parameters
|
|
46
|
-
# @return [
|
|
47
|
-
describe '
|
|
50
|
+
# @return [WebhookEndpointResponseDto]
|
|
51
|
+
describe 'developer_create_webhook test' do
|
|
48
52
|
it 'should work' do
|
|
49
53
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
50
54
|
end
|
|
51
55
|
end
|
|
52
56
|
|
|
53
|
-
# unit tests for
|
|
54
|
-
#
|
|
57
|
+
# unit tests for developer_delete_webhook
|
|
58
|
+
# Delete Webhook Endpoint
|
|
59
|
+
# @param id The webhook endpoint ID
|
|
55
60
|
# @param [Hash] opts the optional parameters
|
|
56
61
|
# @return [nil]
|
|
57
|
-
describe '
|
|
62
|
+
describe 'developer_delete_webhook test' do
|
|
58
63
|
it 'should work' do
|
|
59
64
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
60
65
|
end
|
|
61
66
|
end
|
|
62
67
|
|
|
63
|
-
# unit tests for
|
|
64
|
-
#
|
|
68
|
+
# unit tests for developer_get_app_portal
|
|
69
|
+
# Retrieve Hosted Webhooks Portal URL
|
|
65
70
|
# @param [Hash] opts the optional parameters
|
|
66
|
-
# @return [
|
|
67
|
-
describe '
|
|
71
|
+
# @return [AppPortalUrlResponseDto]
|
|
72
|
+
describe 'developer_get_app_portal test' do
|
|
68
73
|
it 'should work' do
|
|
69
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
70
75
|
end
|
|
71
76
|
end
|
|
72
77
|
|
|
73
|
-
# unit tests for
|
|
78
|
+
# unit tests for developer_get_webhook
|
|
79
|
+
# Retrieve Webhook Endpoint Details
|
|
80
|
+
# @param id The webhook endpoint ID
|
|
74
81
|
# @param [Hash] opts the optional parameters
|
|
75
|
-
# @return [
|
|
76
|
-
describe '
|
|
82
|
+
# @return [WebhookEndpointResponseDto]
|
|
83
|
+
describe 'developer_get_webhook test' do
|
|
77
84
|
it 'should work' do
|
|
78
85
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
79
86
|
end
|
|
80
87
|
end
|
|
81
88
|
|
|
82
|
-
# unit tests for
|
|
89
|
+
# unit tests for developer_list_api_keys
|
|
90
|
+
# List Developer API Keys
|
|
83
91
|
# @param [Hash] opts the optional parameters
|
|
84
|
-
# @return [
|
|
85
|
-
describe '
|
|
92
|
+
# @return [Array<ApiKeyResponseDto>]
|
|
93
|
+
describe 'developer_list_api_keys test' do
|
|
86
94
|
it 'should work' do
|
|
87
95
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
88
96
|
end
|
|
89
97
|
end
|
|
90
98
|
|
|
91
|
-
# unit tests for
|
|
92
|
-
#
|
|
99
|
+
# unit tests for developer_list_webhook_deliveries
|
|
100
|
+
# Retrieve Webhook Delivery Logs
|
|
101
|
+
# @param id The webhook endpoint ID
|
|
93
102
|
# @param [Hash] opts the optional parameters
|
|
94
|
-
# @return [
|
|
95
|
-
describe '
|
|
103
|
+
# @return [Array<WebhookDeliveryResponseDto>]
|
|
104
|
+
describe 'developer_list_webhook_deliveries test' do
|
|
96
105
|
it 'should work' do
|
|
97
106
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
98
107
|
end
|
|
99
108
|
end
|
|
100
109
|
|
|
101
|
-
# unit tests for
|
|
110
|
+
# unit tests for developer_list_webhooks
|
|
111
|
+
# List Webhook Endpoints
|
|
102
112
|
# @param [Hash] opts the optional parameters
|
|
103
|
-
# @return [
|
|
104
|
-
describe '
|
|
113
|
+
# @return [Array<WebhookEndpointResponseDto>]
|
|
114
|
+
describe 'developer_list_webhooks test' do
|
|
105
115
|
it 'should work' do
|
|
106
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
107
117
|
end
|
|
108
118
|
end
|
|
109
119
|
|
|
110
|
-
# unit tests for
|
|
111
|
-
#
|
|
120
|
+
# unit tests for developer_revoke_api_key
|
|
121
|
+
# Revoke API Key
|
|
122
|
+
# @param id The API key ID
|
|
112
123
|
# @param [Hash] opts the optional parameters
|
|
113
124
|
# @return [nil]
|
|
114
|
-
describe '
|
|
125
|
+
describe 'developer_revoke_api_key test' do
|
|
126
|
+
it 'should work' do
|
|
127
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
128
|
+
end
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
# unit tests for developer_update_webhook
|
|
132
|
+
# Update Webhook Endpoint
|
|
133
|
+
# @param id The webhook endpoint ID
|
|
134
|
+
# @param update_webhook_endpoint_dto
|
|
135
|
+
# @param [Hash] opts the optional parameters
|
|
136
|
+
# @return [WebhookEndpointResponseDto]
|
|
137
|
+
describe 'developer_update_webhook test' do
|
|
115
138
|
it 'should work' do
|
|
116
139
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
117
140
|
end
|
|
@@ -93,4 +93,10 @@ describe Solifyn::CheckoutSessionDetailsDto do
|
|
|
93
93
|
end
|
|
94
94
|
end
|
|
95
95
|
|
|
96
|
+
describe 'test attribute "entitlement_grants"' do
|
|
97
|
+
it 'should work' do
|
|
98
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
|
|
96
102
|
end
|
|
@@ -107,6 +107,28 @@ describe Solifyn::CollectionProductDto do
|
|
|
107
107
|
end
|
|
108
108
|
end
|
|
109
109
|
|
|
110
|
+
describe 'test attribute "has_github_access"' do
|
|
111
|
+
it 'should work' do
|
|
112
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
describe 'test attribute "github_repo"' do
|
|
117
|
+
it 'should work' do
|
|
118
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
119
|
+
end
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
describe 'test attribute "github_permission"' do
|
|
123
|
+
it 'should work' do
|
|
124
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
125
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
|
|
126
|
+
# validator.allowable_values.each do |value|
|
|
127
|
+
# expect { instance.github_permission = value }.not_to raise_error
|
|
128
|
+
# end
|
|
129
|
+
end
|
|
130
|
+
end
|
|
131
|
+
|
|
110
132
|
describe 'test attribute "is_tax_inclusive"' do
|
|
111
133
|
it 'should work' do
|
|
112
134
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -173,6 +195,12 @@ describe Solifyn::CollectionProductDto do
|
|
|
173
195
|
end
|
|
174
196
|
end
|
|
175
197
|
|
|
198
|
+
describe 'test attribute "is_free"' do
|
|
199
|
+
it 'should work' do
|
|
200
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
201
|
+
end
|
|
202
|
+
end
|
|
203
|
+
|
|
176
204
|
describe 'test attribute "created_at"' do
|
|
177
205
|
it 'should work' do
|
|
178
206
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
data/spec/models/order_spec.rb
CHANGED
|
@@ -57,6 +57,12 @@ describe Solifyn::Order do
|
|
|
57
57
|
end
|
|
58
58
|
end
|
|
59
59
|
|
|
60
|
+
describe 'test attribute "usd_total"' do
|
|
61
|
+
it 'should work' do
|
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
|
|
60
66
|
describe 'test attribute "tax_amount"' do
|
|
61
67
|
it 'should work' do
|
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -89,6 +89,28 @@ describe Solifyn::ProductCreate do
|
|
|
89
89
|
end
|
|
90
90
|
end
|
|
91
91
|
|
|
92
|
+
describe 'test attribute "has_github_access"' do
|
|
93
|
+
it 'should work' do
|
|
94
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
95
|
+
end
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
describe 'test attribute "github_repo"' do
|
|
99
|
+
it 'should work' do
|
|
100
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
describe 'test attribute "github_permission"' do
|
|
105
|
+
it 'should work' do
|
|
106
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
107
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
|
|
108
|
+
# validator.allowable_values.each do |value|
|
|
109
|
+
# expect { instance.github_permission = value }.not_to raise_error
|
|
110
|
+
# end
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
|
|
92
114
|
describe 'test attribute "is_tax_inclusive"' do
|
|
93
115
|
it 'should work' do
|
|
94
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -161,6 +183,12 @@ describe Solifyn::ProductCreate do
|
|
|
161
183
|
end
|
|
162
184
|
end
|
|
163
185
|
|
|
186
|
+
describe 'test attribute "is_free"' do
|
|
187
|
+
it 'should work' do
|
|
188
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
189
|
+
end
|
|
190
|
+
end
|
|
191
|
+
|
|
164
192
|
describe 'test attribute "addons"' do
|
|
165
193
|
it 'should work' do
|
|
166
194
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
data/spec/models/product_spec.rb
CHANGED
|
@@ -107,6 +107,28 @@ describe Solifyn::Product do
|
|
|
107
107
|
end
|
|
108
108
|
end
|
|
109
109
|
|
|
110
|
+
describe 'test attribute "has_github_access"' do
|
|
111
|
+
it 'should work' do
|
|
112
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
describe 'test attribute "github_repo"' do
|
|
117
|
+
it 'should work' do
|
|
118
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
119
|
+
end
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
describe 'test attribute "github_permission"' do
|
|
123
|
+
it 'should work' do
|
|
124
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
125
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
|
|
126
|
+
# validator.allowable_values.each do |value|
|
|
127
|
+
# expect { instance.github_permission = value }.not_to raise_error
|
|
128
|
+
# end
|
|
129
|
+
end
|
|
130
|
+
end
|
|
131
|
+
|
|
110
132
|
describe 'test attribute "is_tax_inclusive"' do
|
|
111
133
|
it 'should work' do
|
|
112
134
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -173,6 +195,12 @@ describe Solifyn::Product do
|
|
|
173
195
|
end
|
|
174
196
|
end
|
|
175
197
|
|
|
198
|
+
describe 'test attribute "is_free"' do
|
|
199
|
+
it 'should work' do
|
|
200
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
201
|
+
end
|
|
202
|
+
end
|
|
203
|
+
|
|
176
204
|
describe 'test attribute "created_at"' do
|
|
177
205
|
it 'should work' do
|
|
178
206
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -89,6 +89,28 @@ describe Solifyn::ProductUpdate do
|
|
|
89
89
|
end
|
|
90
90
|
end
|
|
91
91
|
|
|
92
|
+
describe 'test attribute "has_github_access"' do
|
|
93
|
+
it 'should work' do
|
|
94
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
95
|
+
end
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
describe 'test attribute "github_repo"' do
|
|
99
|
+
it 'should work' do
|
|
100
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
describe 'test attribute "github_permission"' do
|
|
105
|
+
it 'should work' do
|
|
106
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
107
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
|
|
108
|
+
# validator.allowable_values.each do |value|
|
|
109
|
+
# expect { instance.github_permission = value }.not_to raise_error
|
|
110
|
+
# end
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
|
|
92
114
|
describe 'test attribute "is_tax_inclusive"' do
|
|
93
115
|
it 'should work' do
|
|
94
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -161,6 +183,12 @@ describe Solifyn::ProductUpdate do
|
|
|
161
183
|
end
|
|
162
184
|
end
|
|
163
185
|
|
|
186
|
+
describe 'test attribute "is_free"' do
|
|
187
|
+
it 'should work' do
|
|
188
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
189
|
+
end
|
|
190
|
+
end
|
|
191
|
+
|
|
164
192
|
describe 'test attribute "addons"' do
|
|
165
193
|
it 'should work' do
|
|
166
194
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|