class Apartmenthunter::Run

Attributes

cli[R]

Public Class Methods

new() click to toggle source
# File lib/apartmenthunter.rb, line 8
def initialize
  @cli = CLI.new
end

Public Instance Methods

call() click to toggle source
# File lib/apartmenthunter.rb, line 12
def call
  cli.welcome
  cli.locate
  cli.parameters
  cli.results
  cli.display_results
  cli.post_search_options
  cli.goodbye
end