Class: Pebbles::VoyageConferenceRoom::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/pebbles/voyage_conference_room/cli.rb

Instance Method Summary collapse

Instance Method Details

#listObject



9
10
11
# File 'lib/pebbles/voyage_conference_room/cli.rb', line 9

def list
  puts floor.rooms.keys.join("\n")
end

#mapObject



17
18
19
# File 'lib/pebbles/voyage_conference_room/cli.rb', line 17

def map
  puts floor.show_map(options)
end