Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add linode.kvmify API
  • Loading branch information
michaelherold committed Aug 29, 2016
1 parent 5d18ff1 commit 869789f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/linode/linode.rb
@@ -1,5 +1,5 @@
class Linode::Linode < Linode
documentation_category "linode"
has_namespace :config, :disk, :ip, :job
has_method :update, :create, :list, :shutdown, :boot, :delete, :reboot, :clone, :resize
has_method :update, :create, :kvmify, :list, :shutdown, :boot, :delete, :reboot, :clone, :resize
end
2 changes: 1 addition & 1 deletion spec/linode/linode_spec.rb
Expand Up @@ -11,7 +11,7 @@
@linode.class.should < Linode
end

%w(update create list shutdown boot delete reboot clone resize).each do |action|
%w(update create kvmify list shutdown boot delete reboot clone resize).each do |action|
it "should allow accessing the #{action} API" do
@linode.should respond_to(action.to_sym)
end
Expand Down

0 comments on commit 869789f

Please sign in to comment.