Class: Columbus::CommandLineRunner
- Inherits:
-
Thor
- Object
- Thor
- Columbus::CommandLineRunner
- Defined in:
- lib/columbus.rb
Overview
Your code goes hereā¦
Instance Method Summary collapse
- #check(label) ⇒ Object
- #checks ⇒ Object
- #connection(label) ⇒ Object
- #connections ⇒ Object
- #download ⇒ Object
- #env ⇒ Object
- #log ⇒ Object
- #start ⇒ Object
- #stop ⇒ Object
Instance Method Details
#check(label) ⇒ Object
43 44 45 |
# File 'lib/columbus.rb', line 43 def check(label) Columbus.check(label) end |
#connection(label) ⇒ Object
53 54 55 |
# File 'lib/columbus.rb', line 53 def connection(label) Columbus.connection(label) end |
#connections ⇒ Object
48 49 50 |
# File 'lib/columbus.rb', line 48 def connections Columbus.connections end |