class Fog::VPN::StormOnDemand::Vpn

Public Class Methods

new(attributes={}) click to toggle source
Calls superclass method Fog::Model.new
# 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