Class: Luciq::IncidentsCLI
- Inherits:
-
Thor
- Object
- Thor
- Luciq::IncidentsCLI
- Defined in:
- lib/luciq/query_cli.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
554 555 556 |
# File 'lib/luciq/query_cli.rb', line 554 def list Commands::Query.new().incidents_list end |
#reopen ⇒ Object
575 576 577 |
# File 'lib/luciq/query_cli.rb', line 575 def reopen Commands::Query.new().incident_reopen([:ulid]) end |
#resolve ⇒ Object
568 569 570 |
# File 'lib/luciq/query_cli.rb', line 568 def resolve Commands::Query.new().incident_resolve([:ulid]) end |
#show ⇒ Object
561 562 563 |
# File 'lib/luciq/query_cli.rb', line 561 def show Commands::Query.new().incident_show([:ulid]) end |