osuny_api 1.0.0 → 1.1.0
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/Gemfile.lock +33 -23
- data/README.md +513 -58
- data/Rakefile +8 -7
- data/docs/CategoriesIdBody2.md +1 -1
- data/docs/CategoriesIdBody3.md +7 -0
- data/docs/CategoriesIdBody4.md +7 -0
- data/docs/CategoriesUpsertBody2.md +1 -1
- data/docs/CategoriesUpsertBody3.md +7 -0
- data/docs/CategoriesUpsertBody4.md +7 -0
- data/docs/CommunicationBlockAgendaData.md +3 -0
- data/docs/CommunicationBlockCallToActionData.md +1 -1
- data/docs/CommunicationBlockChapterData.md +1 -1
- data/docs/CommunicationBlockChapterDataImage.md +9 -0
- data/docs/CommunicationBlockExhibitions.md +14 -0
- data/docs/CommunicationBlockExhibitionsData.md +20 -0
- data/docs/CommunicationBlockFeaturesDataElements.md +1 -1
- data/docs/CommunicationBlockFilesDataElements.md +2 -2
- data/docs/CommunicationBlockGalleryDataElements.md +1 -1
- data/docs/CommunicationBlockImageData.md +1 -1
- data/docs/CommunicationBlockJobs.md +14 -0
- data/docs/CommunicationBlockJobsData.md +18 -0
- data/docs/CommunicationBlockKeyFiguresDataElements.md +1 -1
- data/docs/CommunicationBlockLinksData.md +2 -0
- data/docs/CommunicationBlockLinksDataElements.md +1 -2
- data/docs/CommunicationBlockLocationsData.md +1 -1
- data/docs/CommunicationBlockOrganizationsData.md +2 -0
- data/docs/CommunicationBlockOrganizationsDataElements.md +2 -1
- data/docs/CommunicationBlockPagesData.md +2 -1
- data/docs/CommunicationBlockPapersData.md +1 -1
- data/docs/CommunicationBlockPostsData.md +1 -1
- data/docs/CommunicationBlockProgramsData.md +1 -1
- data/docs/CommunicationBlockProgramsDataElements.md +7 -0
- data/docs/CommunicationBlockProjectsData.md +1 -1
- data/docs/CommunicationBlockSoundData.md +1 -1
- data/docs/CommunicationBlockTestimonialsData.md +1 -0
- data/docs/CommunicationBlockTestimonialsDataElements.md +1 -1
- data/docs/CommunicationMedia.md +17 -0
- data/docs/CommunicationMediaLocalization.md +13 -0
- data/docs/CommunicationMediaOriginalBlob.md +10 -0
- data/docs/CommunicationMediasBody.md +8 -0
- data/docs/CommunicationWebsite.md +1 -0
- data/docs/CommunicationWebsiteAgendaCategoryApi.md +8 -3
- data/docs/CommunicationWebsiteAgendaCategoryLocalization.md +6 -0
- data/docs/CommunicationWebsiteAgendaEventApi.md +8 -3
- data/docs/CommunicationWebsiteAgendaEventLocalization.md +1 -0
- data/docs/CommunicationWebsiteApi.md +11 -3
- data/docs/CommunicationWebsiteMediaApi.md +61 -0
- data/docs/CommunicationWebsitePageApi.md +8 -3
- data/docs/CommunicationWebsitePageCategoryApi.md +8 -3
- data/docs/CommunicationWebsitePageCategoryLocalization.md +6 -0
- data/docs/CommunicationWebsitePageLocalization.md +2 -0
- data/docs/CommunicationWebsitePermalink.md +8 -0
- data/docs/CommunicationWebsitePortfolioCategory.md +15 -0
- data/docs/CommunicationWebsitePortfolioCategoryApi.md +334 -0
- data/docs/CommunicationWebsitePortfolioCategoryLocalization.md +23 -0
- data/docs/CommunicationWebsitePortfolioProject.md +15 -0
- data/docs/CommunicationWebsitePortfolioProjectApi.md +334 -0
- data/docs/CommunicationWebsitePortfolioProjectLocalization.md +23 -0
- data/docs/CommunicationWebsitePost.md +1 -0
- data/docs/CommunicationWebsitePostApi.md +8 -3
- data/docs/CommunicationWebsitePostCategory.md +14 -0
- data/docs/CommunicationWebsitePostCategoryApi.md +334 -0
- data/docs/CommunicationWebsitePostCategoryLocalization.md +23 -0
- data/docs/CommunicationWebsitePostLocalization.md +1 -1
- data/docs/OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems.md +6 -0
- data/docs/OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems.md +6 -0
- data/docs/OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems.md +6 -0
- data/docs/PortfolioCategoriesBody.md +7 -0
- data/docs/PortfolioProjectsBody.md +7 -0
- data/docs/PostsCategoriesBody.md +7 -0
- data/docs/ProjectsIdBody.md +7 -0
- data/docs/ProjectsUpsertBody.md +7 -0
- data/docs/UniversityOrganization.md +0 -1
- data/docs/UniversityOrganizationApi.md +11 -3
- data/docs/UniversityOrganizationCategoryApi.md +15 -7
- data/docs/UniversityOrganizationCategoryLocalization.md +6 -0
- data/docs/UniversityOrganizationLocalization.md +2 -0
- data/generate.sh +0 -0
- data/lib/osuny_api/api/communication_website_agenda_category_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_agenda_event_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_media_api.rb +76 -0
- data/lib/osuny_api/api/communication_website_page_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_page_category_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_portfolio_category_api.rb +380 -0
- data/lib/osuny_api/api/communication_website_portfolio_project_api.rb +380 -0
- data/lib/osuny_api/api/communication_website_post_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_post_category_api.rb +380 -0
- data/lib/osuny_api/api/university_organization_api.rb +7 -1
- data/lib/osuny_api/api/university_organization_category_api.rb +11 -5
- data/lib/osuny_api/api_client.rb +1 -1
- data/lib/osuny_api/api_error.rb +1 -1
- data/lib/osuny_api/configuration.rb +1 -1
- data/lib/osuny_api/models/agenda_categories_body.rb +1 -1
- data/lib/osuny_api/models/agenda_events_body.rb +1 -1
- data/lib/osuny_api/models/categories_id_body.rb +1 -1
- data/lib/osuny_api/models/categories_id_body_1.rb +1 -1
- data/lib/osuny_api/models/categories_id_body_2.rb +1 -1
- data/lib/osuny_api/models/categories_id_body_3.rb +211 -0
- data/lib/osuny_api/models/categories_id_body_4.rb +211 -0
- data/lib/osuny_api/models/categories_upsert_body.rb +1 -1
- data/lib/osuny_api/models/categories_upsert_body_1.rb +1 -1
- data/lib/osuny_api/models/categories_upsert_body_2.rb +1 -1
- data/lib/osuny_api/models/categories_upsert_body_3.rb +213 -0
- data/lib/osuny_api/models/categories_upsert_body_4.rb +213 -0
- data/lib/osuny_api/models/communication_block_agenda.rb +1 -1
- data/lib/osuny_api/models/communication_block_agenda_data.rb +31 -4
- data/lib/osuny_api/models/communication_block_agenda_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_call_to_action.rb +1 -1
- data/lib/osuny_api/models/communication_block_call_to_action_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_call_to_action_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_categories.rb +1 -1
- data/lib/osuny_api/models/communication_block_categories_data.rb +3 -3
- data/lib/osuny_api/models/communication_block_chapter.rb +1 -1
- data/lib/osuny_api/models/communication_block_chapter_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_chapter_data_image.rb +227 -0
- data/lib/osuny_api/models/communication_block_contact.rb +1 -1
- data/lib/osuny_api/models/communication_block_contact_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_contact_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_contact_data_time_slot_morning.rb +1 -1
- data/lib/osuny_api/models/communication_block_datatable.rb +1 -1
- data/lib/osuny_api/models/communication_block_datatable_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_datatable_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_definitions.rb +1 -1
- data/lib/osuny_api/models/communication_block_definitions_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_definitions_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_embed.rb +1 -1
- data/lib/osuny_api/models/communication_block_embed_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_exhibitions.rb +312 -0
- data/lib/osuny_api/models/communication_block_exhibitions_data.rb +384 -0
- data/lib/osuny_api/models/communication_block_features.rb +1 -1
- data/lib/osuny_api/models/communication_block_features_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_features_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_files.rb +1 -1
- data/lib/osuny_api/models/communication_block_files_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_files_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_gallery.rb +1 -1
- data/lib/osuny_api/models/communication_block_gallery_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_gallery_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_image.rb +1 -1
- data/lib/osuny_api/models/communication_block_image_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_jobs.rb +312 -0
- data/lib/osuny_api/models/communication_block_jobs_data.rb +354 -0
- data/lib/osuny_api/models/communication_block_key_figures.rb +1 -1
- data/lib/osuny_api/models/communication_block_key_figures_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_key_figures_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_license.rb +1 -1
- data/lib/osuny_api/models/communication_block_license_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_links.rb +1 -1
- data/lib/osuny_api/models/communication_block_links_data.rb +54 -2
- data/lib/osuny_api/models/communication_block_links_data_elements.rb +2 -11
- data/lib/osuny_api/models/communication_block_locations.rb +1 -1
- data/lib/osuny_api/models/communication_block_locations_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_organizations.rb +1 -1
- data/lib/osuny_api/models/communication_block_organizations_data.rb +22 -4
- data/lib/osuny_api/models/communication_block_organizations_data_elements.rb +14 -5
- data/lib/osuny_api/models/communication_block_pages.rb +1 -1
- data/lib/osuny_api/models/communication_block_pages_data.rb +11 -2
- data/lib/osuny_api/models/communication_block_papers.rb +1 -1
- data/lib/osuny_api/models/communication_block_papers_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_persons.rb +1 -1
- data/lib/osuny_api/models/communication_block_persons_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_persons_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_posts.rb +1 -1
- data/lib/osuny_api/models/communication_block_posts_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_programs.rb +1 -1
- data/lib/osuny_api/models/communication_block_programs_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_programs_data_elements.rb +206 -0
- data/lib/osuny_api/models/communication_block_projects.rb +1 -1
- data/lib/osuny_api/models/communication_block_projects_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_sound.rb +1 -1
- data/lib/osuny_api/models/communication_block_sound_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_testimonials.rb +1 -1
- data/lib/osuny_api/models/communication_block_testimonials_data.rb +45 -2
- data/lib/osuny_api/models/communication_block_testimonials_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_timeline.rb +1 -1
- data/lib/osuny_api/models/communication_block_timeline_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_timeline_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_title.rb +1 -1
- data/lib/osuny_api/models/communication_block_title_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_video.rb +1 -1
- data/lib/osuny_api/models/communication_block_video_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_volumes.rb +1 -1
- data/lib/osuny_api/models/communication_media.rb +339 -0
- data/lib/osuny_api/models/communication_media_localization.rb +265 -0
- data/lib/osuny_api/models/communication_media_original_blob.rb +237 -0
- data/lib/osuny_api/models/communication_medias_body.rb +215 -0
- data/lib/osuny_api/models/communication_website.rb +46 -2
- data/lib/osuny_api/models/communication_website_agenda_category.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_category_localization.rb +62 -2
- data/lib/osuny_api/models/communication_website_agenda_category_localization_featured_image.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_event.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_event_localization.rb +13 -2
- data/lib/osuny_api/models/communication_website_agenda_event_localization_add_to_calendar_urls.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_event_time_slot.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_event_time_slot_localization.rb +1 -1
- data/lib/osuny_api/models/communication_website_deuxfleurs.rb +1 -1
- data/lib/osuny_api/models/communication_website_features.rb +1 -1
- data/lib/osuny_api/models/communication_website_git.rb +1 -1
- data/lib/osuny_api/models/communication_website_localization.rb +1 -1
- data/lib/osuny_api/models/communication_website_page.rb +1 -1
- data/lib/osuny_api/models/communication_website_page_category.rb +1 -1
- data/lib/osuny_api/models/communication_website_page_category_localization.rb +62 -2
- data/lib/osuny_api/models/communication_website_page_localization.rb +23 -2
- data/lib/osuny_api/models/communication_website_permalink.rb +215 -0
- data/lib/osuny_api/models/communication_website_portfolio_category.rb +284 -0
- data/lib/osuny_api/models/communication_website_portfolio_category_localization.rb +362 -0
- data/lib/osuny_api/models/communication_website_portfolio_project.rb +285 -0
- data/lib/osuny_api/models/communication_website_portfolio_project_localization.rb +362 -0
- data/lib/osuny_api/models/communication_website_post.rb +13 -2
- data/lib/osuny_api/models/communication_website_post_category.rb +274 -0
- data/lib/osuny_api/models/communication_website_post_category_localization.rb +362 -0
- data/lib/osuny_api/models/communication_website_post_localization.rb +10 -9
- data/lib/osuny_api/models/communication_website_showcase.rb +1 -1
- data/lib/osuny_api/models/communication_website_showcase_tags.rb +1 -1
- data/lib/osuny_api/models/events_id_body.rb +1 -1
- data/lib/osuny_api/models/events_upsert_body.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_agenda_category_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_agenda_event_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_page_category_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_page_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_portfolio_category_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_portfolio_project_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_post_category_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_post_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofuniversity_organization_category_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofuniversity_organization_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/organizations_categories_body.rb +1 -1
- data/lib/osuny_api/models/organizations_id_body.rb +1 -1
- data/lib/osuny_api/models/organizations_upsert_body.rb +1 -1
- data/lib/osuny_api/models/pages_categories_body.rb +1 -1
- data/lib/osuny_api/models/pages_id_body.rb +1 -1
- data/lib/osuny_api/models/pages_upsert_body.rb +1 -1
- data/lib/osuny_api/models/portfolio_categories_body.rb +211 -0
- data/lib/osuny_api/models/portfolio_projects_body.rb +211 -0
- data/lib/osuny_api/models/posts_categories_body.rb +211 -0
- data/lib/osuny_api/models/posts_id_body.rb +1 -1
- data/lib/osuny_api/models/posts_upsert_body.rb +1 -1
- data/lib/osuny_api/models/projects_id_body.rb +211 -0
- data/lib/osuny_api/models/projects_upsert_body.rb +213 -0
- data/lib/osuny_api/models/university_organization.rb +4 -13
- data/lib/osuny_api/models/university_organization_category.rb +1 -1
- data/lib/osuny_api/models/university_organization_category_localization.rb +62 -2
- data/lib/osuny_api/models/university_organization_localization.rb +21 -2
- data/lib/osuny_api/models/university_organizations_body.rb +1 -1
- data/lib/osuny_api/models/website_id_pages_body.rb +1 -1
- data/lib/osuny_api/models/website_id_posts_body.rb +1 -1
- data/lib/osuny_api/version.rb +2 -2
- data/lib/osuny_api.rb +34 -3
- data/osuny_api.gemspec +2 -1
- data/spec/api/communication_website_media_api_spec.rb +46 -0
- data/spec/api/communication_website_portfolio_category_api_spec.rb +108 -0
- data/spec/api/communication_website_portfolio_project_api_spec.rb +108 -0
- data/spec/api/communication_website_post_category_api_spec.rb +108 -0
- data/spec/models/categories_id_body_3_spec.rb +40 -0
- data/spec/models/categories_id_body_4_spec.rb +40 -0
- data/spec/models/categories_upsert_body_3_spec.rb +40 -0
- data/spec/models/categories_upsert_body_4_spec.rb +40 -0
- data/spec/models/communication_block_chapter_data_image_spec.rb +52 -0
- data/spec/models/communication_block_exhibitions_data_spec.rb +130 -0
- data/spec/models/communication_block_exhibitions_spec.rb +86 -0
- data/spec/models/communication_block_jobs_data_spec.rb +114 -0
- data/spec/models/communication_block_jobs_spec.rb +86 -0
- data/spec/models/communication_block_programs_data_elements_spec.rb +40 -0
- data/spec/models/communication_media_localization_spec.rb +76 -0
- data/spec/models/communication_media_original_blob_spec.rb +58 -0
- data/spec/models/communication_media_spec.rb +104 -0
- data/spec/models/communication_medias_body_spec.rb +46 -0
- data/spec/models/communication_website_permalink_spec.rb +46 -0
- data/spec/models/communication_website_portfolio_category_localization_spec.rb +136 -0
- data/spec/models/communication_website_portfolio_category_spec.rb +88 -0
- data/spec/models/communication_website_portfolio_project_localization_spec.rb +136 -0
- data/spec/models/communication_website_portfolio_project_spec.rb +88 -0
- data/spec/models/communication_website_post_category_localization_spec.rb +136 -0
- data/spec/models/communication_website_post_category_spec.rb +82 -0
- data/spec/models/one_ofcommunication_website_portfolio_category_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofcommunication_website_portfolio_project_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofcommunication_website_post_category_localization_blocks_items_spec.rb +34 -0
- data/spec/models/portfolio_categories_body_spec.rb +40 -0
- data/spec/models/portfolio_projects_body_spec.rb +40 -0
- data/spec/models/posts_categories_body_spec.rb +40 -0
- data/spec/models/projects_id_body_spec.rb +40 -0
- data/spec/models/projects_upsert_body_spec.rb +40 -0
- metadata +266 -116
- data/pkg/osuny_api-0.2.6.gem +0 -0
- data/pkg/osuny_api-1.0.0.gem +0 -0
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::CommunicationWebsitePortfolioProject
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'CommunicationWebsitePortfolioProject' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::CommunicationWebsitePortfolioProject.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of CommunicationWebsitePortfolioProject' do
|
|
30
|
+
it 'should create an instance of CommunicationWebsitePortfolioProject' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::CommunicationWebsitePortfolioProject)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
describe 'test attribute "id"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "migration_identifier"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
describe 'test attribute "full_width"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "bodyclass"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
describe 'test attribute "year"' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
describe 'test attribute "localizations"' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
describe 'test attribute "category_ids"' do
|
|
71
|
+
it 'should work' do
|
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
describe 'test attribute "created_at"' do
|
|
77
|
+
it 'should work' do
|
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
describe 'test attribute "updated_at"' do
|
|
83
|
+
it 'should work' do
|
|
84
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
85
|
+
end
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
end
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::CommunicationWebsitePostCategoryLocalization
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'CommunicationWebsitePostCategoryLocalization' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::CommunicationWebsitePostCategoryLocalization.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of CommunicationWebsitePostCategoryLocalization' do
|
|
30
|
+
it 'should create an instance of CommunicationWebsitePostCategoryLocalization' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::CommunicationWebsitePostCategoryLocalization)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
describe 'test attribute "id"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "migration_identifier"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
describe 'test attribute "name"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "breadcrumb_title"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
describe 'test attribute "featured_image"' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
describe 'test attribute "header_cta"' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
describe 'test attribute "header_cta_label"' do
|
|
71
|
+
it 'should work' do
|
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
describe 'test attribute "header_cta_url"' do
|
|
77
|
+
it 'should work' do
|
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
describe 'test attribute "header_text"' do
|
|
83
|
+
it 'should work' do
|
|
84
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
85
|
+
end
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
describe 'test attribute "meta_description"' do
|
|
89
|
+
it 'should work' do
|
|
90
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
describe 'test attribute "path"' do
|
|
95
|
+
it 'should work' do
|
|
96
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
describe 'test attribute "slug"' do
|
|
101
|
+
it 'should work' do
|
|
102
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
103
|
+
end
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
describe 'test attribute "subtitle"' do
|
|
107
|
+
it 'should work' do
|
|
108
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
109
|
+
end
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
describe 'test attribute "summary"' do
|
|
113
|
+
it 'should work' do
|
|
114
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
115
|
+
end
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
describe 'test attribute "blocks"' do
|
|
119
|
+
it 'should work' do
|
|
120
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
121
|
+
end
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
describe 'test attribute "created_at"' do
|
|
125
|
+
it 'should work' do
|
|
126
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
127
|
+
end
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
describe 'test attribute "updated_at"' do
|
|
131
|
+
it 'should work' do
|
|
132
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
133
|
+
end
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
end
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::CommunicationWebsitePostCategory
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'CommunicationWebsitePostCategory' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::CommunicationWebsitePostCategory.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of CommunicationWebsitePostCategory' do
|
|
30
|
+
it 'should create an instance of CommunicationWebsitePostCategory' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::CommunicationWebsitePostCategory)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
describe 'test attribute "id"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "migration_identifier"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
describe 'test attribute "parent_id"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "position"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
describe 'test attribute "is_taxonomy"' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
describe 'test attribute "localizations"' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
describe 'test attribute "created_at"' do
|
|
71
|
+
it 'should work' do
|
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
describe 'test attribute "updated_at"' do
|
|
77
|
+
it 'should work' do
|
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
end
|
data/spec/models/one_ofcommunication_website_portfolio_category_localization_blocks_items_spec.rb
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems' do
|
|
30
|
+
it 'should create an instance of OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
data/spec/models/one_ofcommunication_website_portfolio_project_localization_blocks_items_spec.rb
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems' do
|
|
30
|
+
it 'should create an instance of OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems' do
|
|
30
|
+
it 'should create an instance of OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::PortfolioCategoriesBody
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'PortfolioCategoriesBody' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::PortfolioCategoriesBody.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of PortfolioCategoriesBody' do
|
|
30
|
+
it 'should create an instance of PortfolioCategoriesBody' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::PortfolioCategoriesBody)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
describe 'test attribute "category"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::PortfolioProjectsBody
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'PortfolioProjectsBody' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::PortfolioProjectsBody.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of PortfolioProjectsBody' do
|
|
30
|
+
it 'should create an instance of PortfolioProjectsBody' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::PortfolioProjectsBody)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
describe 'test attribute "project"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::PostsCategoriesBody
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'PostsCategoriesBody' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::PostsCategoriesBody.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of PostsCategoriesBody' do
|
|
30
|
+
it 'should create an instance of PostsCategoriesBody' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::PostsCategoriesBody)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
describe 'test attribute "category"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::ProjectsIdBody
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'ProjectsIdBody' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::ProjectsIdBody.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of ProjectsIdBody' do
|
|
30
|
+
it 'should create an instance of ProjectsIdBody' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::ProjectsIdBody)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
describe 'test attribute "project"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Osuny
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.77
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'spec_helper'
|
|
13
|
+
require 'json'
|
|
14
|
+
require 'date'
|
|
15
|
+
|
|
16
|
+
# Unit tests for OsunyApi::ProjectsUpsertBody
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'ProjectsUpsertBody' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = OsunyApi::ProjectsUpsertBody.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of ProjectsUpsertBody' do
|
|
30
|
+
it 'should create an instance of ProjectsUpsertBody' do
|
|
31
|
+
expect(@instance).to be_instance_of(OsunyApi::ProjectsUpsertBody)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
describe 'test attribute "projects"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
end
|