class Roadworker::Route53Wrapper

Constants

RRSET_ATTRS
RRSET_ATTRS_WITH_TYPE

Public Class Methods

new(options) click to toggle source
# File lib/roadworker/route53-wrapper.rb, line 18
def initialize(options)
  @options = options
end

Public Instance Methods

export() click to toggle source
# File lib/roadworker/route53-wrapper.rb, line 22
def export
  Exporter.export(@options)
end
hosted_zones() click to toggle source
# File lib/roadworker/route53-wrapper.rb, line 26
def hosted_zones
  HostedzoneCollectionWrapper.new(@options.route53.list_hosted_zones, @options)
end