Sha256: be4fb28073345907c09624b516981e189ec0d5b20159d9720dc04da7451cbc44
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 KB
Contents
=begin #Tags API #Tags are case-sensitive key-value pairs that simplify resource management. The Tag Manager API allows you to create and manage such tags to later assign them to related resources in your Bare Metal Cloud (through the respective resource apis) in order to group and categorize them.<br> <br> <span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='https://phoenixnap.com/kb/bmc-server-management-via-api#server-tag-manager-api' target='_blank'>here</a> </span><br> <br> <b>All URLs are relative to (https://api.phoenixnap.com/tag-manager/v1/)</b> The version of the OpenAPI document: 1.0 Contact: support@phoenixnap.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for TagApi::TagCreate # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe TagApi::TagCreate do let(:instance) { TagApi::TagCreate.new } describe 'test an instance of TagCreate' do it 'should create an instance of TagCreate' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(TagApi::TagCreate) end end describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "description"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "is_billing_tag"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pnap_tag_api-2.0.1 | spec/models/tag_create_spec.rb |
pnap_tag_api-2.0.0 | spec/models/tag_create_spec.rb |