Class: VCloudSdk::Xml::MediaInsertOrEjectParams
- Defined in:
- lib/cloud/vcloud/xml/wrapper_classes/media_insert_or_eject_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, #name=, #to_s, #type, #urn, #xpath
Constructor Details
This class inherits a constructor from VCloudSdk::Xml::Wrapper
Instance Method Details
#media_href=(value) ⇒ Object
5 6 7 |
# File 'lib/cloud/vcloud/xml/wrapper_classes/media_insert_or_eject_params.rb', line 5 def media_href=(value) media["href"] = value end |