Sha256: 9b9d30db4b4f39bc6ff4fcfd2d84383c1d313019e04ce392f82c8c6ec2687195
Contents?: true
Size: 516 Bytes
Versions: 26
Compression:
Stored size: 516 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( :connection => connection, :href => href ) end end end end end
Version data entries
26 entries across 26 versions & 12 rubygems