Class: CouchReplica::CLI
- Inherits:
-
Thor
- Object
- Thor
- CouchReplica::CLI
- Defined in:
- lib/couch_replica/cli.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
16 17 18 |
# File 'lib/couch_replica/cli.rb', line 16 def start instance.start end |
#stop ⇒ Object
21 22 23 |
# File 'lib/couch_replica/cli.rb', line 21 def stop instance.stop end |