=begin #CLOUD API #IONOS Enterprise-grade Infrastructure as a Service (IaaS) solutions can be managed through the Cloud API, in addition or as an alternative to the \"Data Center Designer\" (DCD) browser-based tool. Both methods employ consistent concepts and features, deliver similar power and flexibility, and can be used to perform a multitude of management tasks, including adding servers, volumes, configuring networks, and so on. The version of the OpenAPI document: 6.0-SDK.3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.2.1-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for Ionoscloud::KubernetesMaintenanceWindow # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Ionoscloud::KubernetesMaintenanceWindow do let(:instance) { Ionoscloud::KubernetesMaintenanceWindow.new } describe 'test an instance of KubernetesMaintenanceWindow' do it 'should create an instance of KubernetesMaintenanceWindow' do expect(instance).to be_instance_of(Ionoscloud::KubernetesMaintenanceWindow) end end describe 'test attribute "day_of_the_week"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]) # validator.allowable_values.each do |value| # expect { instance.day_of_the_week = value }.not_to raise_error # end end end describe 'test attribute "time"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end