Class: WeBee::VDCNetwork

Inherits:
Object
  • Object
show all
Includes:
SAXMachine
Defined in:
lib/webee.rb

Overview

A Virtual Datacenter Network FIXME: Unimplemented

Class Method Summary collapse

Instance Method Summary collapse

Methods included from SAXMachine

#old_parse, #parse

Class Method Details

.create(attributes) ⇒ Object



535
536
537
538
# File 'lib/webee.rb', line 535

def self.create(attributes)
  xml = attributes.to_xml(:root => 'network')
  VDCNetwork.parse(xml)
end

Instance Method Details

#to_xmlObject



540
541
# File 'lib/webee.rb', line 540

def to_xml
end