Method: Awspec::Helper::Finder::Subnet::SubnetCache#initialize

Defined in:
lib/awspec/helper/finder/subnet.rb

#initializeSubnetCache

:nodoc:



23
24
25
26
27
28
# File 'lib/awspec/helper/finder/subnet.rb', line 23

def initialize # :nodoc:
  @by_tag_name = {}
  @by_cidr = {}
  @subnet_ids = {}
  @ip_matcher = Regexp.new('^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/\d{1,2}$')
end