Sha256: aff06d87211f0b44bdc4ae9af3a80ad619f10dffd7aae448a6b27ca56d5f6c6b

Contents?: true

Size: 505 Bytes

Versions: 13

Compression:

Stored size: 505 Bytes

Contents

require 'fog/ecloud/models/compute/layout'

module Fog
  module Compute
    class Ecloud
      class Layouts < Fog::Ecloud::Collection

        identity :href

        model Fog::Compute::Ecloud::Layout

        def all
          data = connection.get_layouts(href).body
          load(data)
        end

        def get(uri)
          if data = connection.get_layout(uri)
            new(data.body)
          end
        rescue Fog::Errors::NotFound
          nil
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 7 rubygems

Version Path
fog-nirvanix-1.8.2 lib/fog/ecloud/models/compute/layouts.rb
fog-nirvanix-1.8.1 lib/fog/ecloud/models/compute/layouts.rb
fog-parser-fix-1.6.1 lib/fog/ecloud/models/compute/layouts.rb
fog-test-again-1.6.0 lib/fog/ecloud/models/compute/layouts.rb
fog-parser-fix-1.6.0 lib/fog/ecloud/models/compute/layouts.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/ecloud/models/compute/layouts.rb
fog-sgonyea-1.8.1 lib/fog/ecloud/models/compute/layouts.rb
fog-1.8.0 lib/fog/ecloud/models/compute/layouts.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/ecloud/models/compute/layouts.rb
fog-1.7.0 lib/fog/ecloud/models/compute/layouts.rb
fog-1.6.0 lib/fog/ecloud/models/compute/layouts.rb
fog-1.5.0 lib/fog/ecloud/models/compute/layouts.rb
fog-1.4.0 lib/fog/ecloud/models/compute/layouts.rb