class Fog::Compute::CloudSigma::VLAN

Public Instance Methods

save()
Alias for: update
update() click to toggle source
# File lib/fog/cloudsigma/models/vlan.rb, line 15
def update
  requires :identity
  data = attributes

  response = service.update_vlan(identity, data)

  new_attributes = response.body
  merge_attributes(new_attributes)
end
Also aliased as: save