Method: ZAWS::External::AWSCLI::Generators::Result::Route53::HostedZones#add

Defined in:
lib/zaws/external/awscli/generators/result/route53/hosted_zones.rb

#add(hostedZones) ⇒ Object



32
33
34
35
# File 'lib/zaws/external/awscli/generators/result/route53/hosted_zones.rb', line 32

def add(hostedZones)
   @hostedZones["HostedZones"].concat(hostedZones.get_hostedZones_array)
   self
end