Sha256: fcced79ece585c91915a13f4c8a040c848591c6ceb077eaddb5195a42420fd11
Contents?: true
Size: 456 Bytes
Versions: 17
Compression:
Stored size: 456 Bytes
Contents
module Fog module Vcloud class Compute class Catalog < Fog::Vcloud::Model identity :href, :aliases => :Href ignore_attributes :xmlns, :xmlns_i, :xmlns_xsi, :xmlns_xsd attribute :type attribute :name def catalog_items @catalog_items ||= Fog::Vcloud::Compute::CatalogItems. new( :connection => connection, :href => href ) end end end end end
Version data entries
17 entries across 17 versions & 4 rubygems