Class/Module Index [+]

Quicksearch

Fog::Storage::HP::MetaParent

Public Instance Methods

metas_to_hash(metas) click to toggle source
# File lib/fog/hp/models/storage/meta_parent.rb, line 13
def metas_to_hash(metas)
  hash = {}
  metas.each { |meta| hash.store(meta.key, meta.value) }
  hash
end
parent() click to toggle source
# File lib/fog/hp/models/storage/meta_parent.rb, line 5
def parent
  @parent
end
parent=(new_parent) click to toggle source
# File lib/fog/hp/models/storage/meta_parent.rb, line 9
def parent=(new_parent)
  @parent = new_parent
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.