Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Linode::StackScripts

Public Instance Methods

all() click to toggle source
# File lib/fog/linode/models/compute/stack_scripts.rb, line 10
def all
  load stackscripts
end
get(id) click to toggle source
# File lib/fog/linode/models/compute/stack_scripts.rb, line 14
def get(id)
  new stackscripts(id).first
rescue Fog::Compute::Linode::NotFound
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.