Class: Hyrb::Commands::Hipchat

Inherits:
Hyrb::Command show all
Defined in:
lib/hyrb/commands/hipchat.rb

Instance Method Summary collapse

Methods inherited from Hyrb::Command

subc

Instance Method Details

#archive_old_roomsObject



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

#show_roomsObject



5
6
7
# File 'lib/hyrb/commands/hipchat.rb', line 5

def show_rooms
  pipeline(Hyrb::Tasks::Hipchat::ShowRooms)
end