module Vominator::EC2Info

Public Class Methods

get(type) click to toggle source
# File lib/vominator/ec2info.rb, line 8
def get(type)
  InstanceInfo.new().get_instance(type)
end

Private Instance Methods

get(type) click to toggle source
# File lib/vominator/ec2info.rb, line 8
def get(type)
  InstanceInfo.new().get_instance(type)
end