Sha256: ce196065464684321dbadfc94207f6bbbefc85a61486b24746e7457dd0bf38e1

Contents?: true

Size: 302 Bytes

Versions: 24

Compression:

Stored size: 302 Bytes

Contents

module Fog
  module Rackspace
    class Orchestration
      class ResourceSchemas < Fog::Collection

        def get(resource_type)
          service.show_resource_schema(resource_type).body
        rescue Fog::Rackspace::Orchestration::NotFound
          nil
        end

      end
    end
  end
end

Version data entries

24 entries across 22 versions & 4 rubygems

Version Path
fog-1.29.0 lib/fog/rackspace/models/orchestration/resource_schemas.rb
fog-1.28.0 lib/fog/rackspace/models/orchestration/resource_schemas.rb
fog-1.27.0 lib/fog/rackspace/models/orchestration/resource_schemas.rb
fog-1.26.0 lib/fog/rackspace/models/orchestration/resource_schemas.rb