Class: WeBee::VDCNetwork
Overview
A Virtual Datacenter Network FIXME: Unimplemented
Class Method Summary collapse
Instance Method Summary collapse
Methods included from SAXMachine
Class Method Details
.create(attributes) ⇒ Object
456 457 458 459 |
# File 'lib/webee.rb', line 456 def self.create(attributes) xml = attributes.to_xml(:root => 'network') VDCNetwork.parse(xml) end |
Instance Method Details
#to_xml ⇒ Object
461 462 |
# File 'lib/webee.rb', line 461 def to_xml end |