class Terrestrial::Cli::Command
Public Class Methods
new(opts)
click to toggle source
# File lib/terrestrial/cli/command.rb, line 5 def initialize(opts) @opts = opts end
run(opts = {})
click to toggle source
# File lib/terrestrial/cli/command.rb, line 9 def self.run(opts = {}) self.new(opts).run end
Private Instance Methods
opts()
click to toggle source
# File lib/terrestrial/cli/command.rb, line 15 def opts @opts end