Sha256: 842c91d0f84513108c5fa094addfcf14a2e0c2bffe69951498500e49ed19d498
Contents?: true
Size: 1.66 KB
Versions: 2
Compression:
Stored size: 1.66 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::ResourceAssignment # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe TagApi::ResourceAssignment do let(:instance) { TagApi::ResourceAssignment.new } describe 'test an instance of ResourceAssignment' do it 'should create an instance of ResourceAssignment' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(TagApi::ResourceAssignment) end end describe 'test attribute "resource_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 "value"' 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/resource_assignment_spec.rb |
pnap_tag_api-2.0.0 | spec/models/resource_assignment_spec.rb |