Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::VPN::StormOnDemand::Vpn

Public Class Methods

new(attributes={}) click to toggle source
# File lib/fog/storm_on_demand/models/vpn/vpn.rb, line 18
def initialize(attributes={})
  super
end

Public Instance Methods

update(options={}) click to toggle source
# File lib/fog/storm_on_demand/models/vpn/vpn.rb, line 22
def update(options={})
  requires :identity
  service.update_vpn({:uniq_id => identity}.merge!(options))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.