Class: Cumulus::Route53::Commands

Inherits:
Common::Commands show all
Defined in:
lib/route53/Commands.rb

Class Method Summary collapse

Methods inherited from Common::Commands

command_details, execute, format_message, help_message, manager_name, parse, usage_message, valid_options, verify

Class Method Details



6
7
8
9
10
11
# File 'lib/route53/Commands.rb', line 6

def self.banner_message
  format_message [
    "route53: Manage Route53",
    "\tDiff and sync Route53 configuration with AWS.",
  ]
end

.managerObject



13
14
15
16
# File 'lib/route53/Commands.rb', line 13

def self.manager
  require "route53/manager/Manager"
  Cumulus::Route53::Manager.new
end