Class: VCloudSdk::Xml::VdcStorageProfile

Inherits:
Wrapper
  • Object
show all
Defined in:
lib/cloud/vcloud/xml/wrapper_classes/vdc_storage_profile.rb

Instance Method Summary collapse

Methods inherited from Wrapper

#==, #[], #[]=, #add_child, #attribute_with_ns, #content, #content=, #create_child, #create_qualified_name, #create_xpath_query, #doc_namespaces, #error, #get_nodes, #href, #href_id, #initialize, #to_s, #type, #urn, #xpath

Constructor Details

This class inherits a constructor from VCloudSdk::Xml::Wrapper

Instance Method Details

#nameObject



5
6
7
# File 'lib/cloud/vcloud/xml/wrapper_classes/vdc_storage_profile.rb', line 5

def name
  @root["name"]
end

#name=(value) ⇒ Object



9
10
11
# File 'lib/cloud/vcloud/xml/wrapper_classes/vdc_storage_profile.rb', line 9

def name=(value)
  @root["name"] = value
end