Class: Luciq::BugsCLI
- Inherits:
-
Thor
- Object
- Thor
- Luciq::BugsCLI
- Defined in:
- lib/luciq/query_cli.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
186 187 188 |
# File 'lib/luciq/query_cli.rb', line 186 def list Commands::Query.new().bugs_list end |
#show ⇒ Object
193 194 195 |
# File 'lib/luciq/query_cli.rb', line 193 def show Commands::Query.new().bug_show([:number]) end |
#update ⇒ Object
214 215 216 |
# File 'lib/luciq/query_cli.rb', line 214 def update Commands::Query.new().bug_update([:number]) end |