Sha256: ffcf4071f1a1845a5e38e61b845be9612f78ce767accc18c6f84bc941da4fd62

Contents?: true

Size: 873 Bytes

Versions: 14

Compression:

Stored size: 873 Bytes

Contents

#
# Author:: Matheus Francisco Barra Mina (<mfbmina@gmail.com>)
# © Copyright IBM Corporation 2015.
#
# LICENSE: MIT (http://opensource.org/licenses/MIT)
#

class Softlayer
  module Account
    module Formats
      module Brand
        BRAND = {
          :id => Integer,
          :catalogId => Integer,
          :keyName => String,
          :longName => String,
          :name => String,
          :account => Hash
        }
      end

      module Collected
        BRAND = {
          :id => Fog::Nullable::Integer,
          :catalog_id => Fog::Nullable::Integer,
          :name => Fog::Nullable::String,
          :long_name => Fog::Nullable::String,
          :key_name => Fog::Nullable::String,
          :account => Hash
        }
      end

      module Collection
        BRANDS = [Softlayer::Account::Formats::Collected::BRAND]
      end
    end
  end
end

Version data entries

14 entries across 12 versions & 3 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-softlayer-1.1.4/tests/softlayer/account/schema.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-softlayer-1.1.4/tests/softlayer/account/schema.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-softlayer-1.1.4/tests/softlayer/account/schema.rb
fog-softlayer-1.1.4 tests/softlayer/account/schema.rb
fog-softlayer-1.1.3 tests/softlayer/account/schema.rb
fog-softlayer-1.1.2 tests/softlayer/account/schema.rb
fog-softlayer-1.1.1 tests/softlayer/account/schema.rb
fog-softlayer-1.1.0 tests/softlayer/account/schema.rb
fog-softlayer-1.0.3 tests/softlayer/account/schema.rb
fog-softlayer-1.0.2 tests/softlayer/account/schema.rb
fog-softlayer-1.0.1 tests/softlayer/account/schema.rb
fog-softlayer-1.0.0 tests/softlayer/account/schema.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-softlayer-0.4.7/tests/softlayer/account/schema.rb
fog-softlayer-0.4.7 tests/softlayer/account/schema.rb