Class: Notifu::CLI::Object

Inherits:
Thor
  • Object
show all
Defined in:
lib/notifu/cli/object.rb

Instance Method Summary collapse

Instance Method Details

#contact(name) ⇒ Object



26
27
# File 'lib/notifu/cli/object.rb', line 26

def contact(name)
end

#group(name) ⇒ Object



33
34
# File 'lib/notifu/cli/object.rb', line 33

def group(name)
end

#sla(name) ⇒ Object



19
20
# File 'lib/notifu/cli/object.rb', line 19

def sla(name)
end

#syncObject

DB Sync task



8
# File 'lib/notifu/cli/object.rb', line 8

desc "sync", "Syncs locally defined config objects with DB"