Class: DNSCheck::CLI
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
Instance Method Summary collapse
-
#initialize ⇒ CLI
constructor
A new instance of CLI.
- #run ⇒ Object
Constructor Details
#initialize ⇒ CLI
Returns a new instance of CLI.
16 17 18 19 |
# File 'lib/dns-check/cli.rb', line 16 def initialize super @args = ARGV end |
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
14 15 16 |
# File 'lib/dns-check/cli.rb', line 14 def args @args end |