Class: Fog::VPN::StormOnDemand::Vpn
- Inherits:
-
Model
- Object
- Model
- Fog::VPN::StormOnDemand::Vpn
- 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( = {}) requires :identity service.update_vpn({:uniq_id => identity}.merge!()) end |