# File lib/fog/vcloud/models/compute/catalog_item.rb, line 16 def customization_options load_unless_loaded! if data = connection.get_customization_options( link[:href] ).body data.delete_if { |key, value| [:xmlns_i, :xmlns].include?(key) } data else nil end end
Generated with the Darkfish Rdoc Generator 2.