Files

Class/Module Index [+]

Quicksearch

Fog::Vcloud::Compute::CatalogItem

Public Instance Methods

customization_options() click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.