Method: WeBee::VDCNetwork.create

Defined in:
lib/webee.rb

.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