Class: Hyrb::Commands::Hipchat
- Inherits:
-
Hyrb::Command
- Object
- Thor
- Hyrb::Command
- Hyrb::Commands::Hipchat
- Defined in:
- lib/hyrb/commands/hipchat.rb
Instance Method Summary collapse
Methods inherited from Hyrb::Command
Instance Method Details
#archive_old_rooms ⇒ Object
15 16 17 |
# File 'lib/hyrb/commands/hipchat.rb', line 15 def archive_old_rooms pipeline(Hyrb::Tasks::Hipchat::ArchiveOldRooms) end |
#create_room(project_name = nil) ⇒ Object
10 11 12 |
# File 'lib/hyrb/commands/hipchat.rb', line 10 def create_room(project_name = nil) pipeline(Hyrb::Tasks::Hipchat::CreateRoom, {project_name: project_name}) end |