Sha256: 151b5fdf20780c3bfbda4b622bcd8e176e8c3ff3704be6d14c10f384ca8247ce

Contents?: true

Size: 1.61 KB

Versions: 7

Compression:

Stored size: 1.61 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: 5.4.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
      expect(instance).to be_instance_of(TagApi::ResourceAssignment)
    end
  end
  describe 'test attribute "resource_name"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "value"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pnap_tag_api-1.0.6 spec/models/resource_assignment_spec.rb
pnap_tag_api-1.0.5 spec/models/resource_assignment_spec.rb
pnap_tag_api-1.0.4 spec/models/resource_assignment_spec.rb
pnap_tag_api-1.0.3 spec/models/resource_assignment_spec.rb
pnap_tag_api-1.0.2 spec/models/resource_assignment_spec.rb
pnap_tag_api-1.0.1 spec/models/resource_assignment_spec.rb
pnap_tag_api-1.0.0 spec/models/resource_assignment_spec.rb