# File lib/fog/vcloud/models/compute/organization.rb, line 34 def catalogs @catalogs ||= Fog::Vcloud::Compute::Catalogs. new( :connection => connection, :href => href ) end