Sha256: 8d5cad8fea591d3fbb37a4f102e33fd1c437d090fb12c57d2961d63b4a5a5331
Contents?: true
Size: 508 Bytes
Versions: 43
Compression:
Stored size: 508 Bytes
Contents
module Fog module Vcloud class Compute class Catalog < Fog::Vcloud::Model identity :href, :aliases => :Href attribute :links, :aliases => :Link, :type => :array ignore_attributes :xmlns, :xmlns_i, :xmlns_xsi, :xmlns_xsd attribute :type attribute :name def catalog_items @catalog_items ||= Fog::Vcloud::Compute::CatalogItems. new( :service => service, :href => href ) end end end end end
Version data entries
43 entries across 41 versions & 6 rubygems