Class: VCloudSdk::Xml::UploadVAppTemplateParams

Inherits:
Wrapper
  • Object
show all
Defined in:
lib/cloud/vcloud/xml/wrapper_classes/upload_vapp_template_params.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, #name, #to_s, #type, #urn, #xpath

Constructor Details

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

Instance Method Details

#name=(name) ⇒ Object



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

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