Class: AwsEc2List::ParseOption

Inherits:
Object
  • Object
show all
Defined in:
lib/aws_ec2_list/parse_option.rb

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
11
# File 'lib/aws_ec2_list/parse_option.rb', line 8

def call
  return {} if args.nil? || args.flatten.empty?
  option_string_to_hash
end