Sha256: d8a828db5831a67fc730f3a8bf8fcd45cf3310d3590c7593e1b21452ed0c0461

Contents?: true

Size: 227 Bytes

Versions: 23

Compression:

Stored size: 227 Bytes

Contents

module Fog
  module Vsphere
    class Compute
      class Customfield < Fog::Model
        identity :key

        attribute :name
        attribute :type

        def to_s
          name
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
fog-vsphere-3.7.0 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.6.8 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.6.7 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.6.6 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.6.5 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.6.4 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.6.3 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.6.2 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.5.3 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.6.0 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.5.2 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.5.1 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.5.0 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.4.0 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.3.1 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.3.0 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.2.5 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.2.2 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.2.1 lib/fog/vsphere/models/compute/customfield.rb
fog-vsphere-3.2.0 lib/fog/vsphere/models/compute/customfield.rb