Class: Fog::VPN::StormOnDemand::Vpn

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/vpn/storm_on_demand/models/vpn.rb

Instance Method Summary collapse

Instance Method Details

#update(options = {}) ⇒ Object



15
16
17
18
# File 'lib/fog/vpn/storm_on_demand/models/vpn.rb', line 15

def update(options = {})
  requires :identity
  service.update_vpn({:uniq_id => identity}.merge!(options))
end