Sha256: f8a31a97b1ab8934475666cc47454ec750a4477b169fd3bcd875960c70c8f354

Contents?: true

Size: 704 Bytes

Versions: 27

Compression:

Stored size: 704 Bytes

Contents

module Fog
  module Ecloud
    class Collection < Fog::Collection
      def load(objects)
        objects = [ objects ] if objects.is_a?(Hash)
        super
      end

      def check_href!(opts = {})
        unless href
          opts = { :parent => opts } if opts.is_a?(String)
          msg = ":href missing, call with a :href pointing to #{if opts[:message]
                  opts[:message]
                elsif opts[:parent]
                  "the #{opts[:parent]} whos #{self.class.to_s.split('::').last.downcase} you want to enumerate"
                else
                  "the resource"
                end}"
          raise Fog::Errors::Error.new(msg)
        end
      end
    end
  end
end

Version data entries

27 entries across 25 versions & 6 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-ecloud-0.3.0/lib/fog/compute/ecloud/models/collection.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-ecloud-0.3.0/lib/fog/compute/ecloud/models/collection.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-ecloud-0.3.0/lib/fog/compute/ecloud/models/collection.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-ecloud-0.1.1/lib/fog/compute/ecloud/models/collection.rb
fog-ecloud-0.3.0 lib/fog/compute/ecloud/models/collection.rb
fog-ecloud-0.2.0 lib/fog/compute/ecloud/models/collection.rb
fog-ecloud-0.1.3 lib/fog/compute/ecloud/models/collection.rb
fog-ecloud-0.1.2 lib/fog/compute/ecloud/models/collection.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/ecloud/collection.rb
fog-ecloud-0.1.1 lib/fog/compute/ecloud/models/collection.rb
fog-ecloud-0.1.0 lib/fog/compute/ecloud/models/collection.rb
fog-ecloud-0.0.2 lib/fog/ecloud/collection.rb
fog-ecloud-0.0.1 lib/fog/ecloud/collection.rb
fog-1.25.0 lib/fog/ecloud/collection.rb
nsidc-fog-1.24.1 lib/fog/ecloud/collection.rb
fog-1.24.0 lib/fog/ecloud/collection.rb
ns-fog-1.22.11 lib/fog/ecloud/collection.rb
ns-fog-1.22.10 lib/fog/ecloud/collection.rb
ns-fog-1.22.9 lib/fog/ecloud/collection.rb
ns-fog-1.22.8 lib/fog/ecloud/collection.rb