Module: AwsEc2List
- Defined in:
- lib/aws_ec2_list.rb,
lib/aws_ec2_list/version.rb
Defined Under Namespace
Classes: Instance, Runner
Constant Summary
collapse
- VERSION =
"0.1.1"
Class Method Summary
collapse
Class Method Details
.call(*args) ⇒ Object
7
8
9
|
# File 'lib/aws_ec2_list.rb', line 7
def self.call(*args)
Runner.new(*args).call
end
|