# File lib/fog/vcloud/models/compute/organization.rb, line 35 def catalogs @catalogs ||= Fog::Vcloud::Compute::Catalogs. new( :connection => connection, :href => href ) end
# File lib/fog/vcloud/models/compute/organization.rb, line 16 def networks @networks ||= Fog::Vcloud::Compute::Networks. new( :connection => connection, :href => href ) end
Generated with the Darkfish Rdoc Generator 2.