Module: Leadcreator

Defined in:
lib/leadcreator.rb,
lib/leadcreator/version.rb

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.create(name, last_name, email, company, job_title, phone, website) ⇒ Object



5
6
7
8
9
10
11
12
13
14
15
# File 'lib/leadcreator.rb', line 5

def self.create(name, last_name, email, company, job_title, phone, website)

  puts "1 = " + name
  puts "2 = " + last_name
  puts "3 = " + email
  puts "4 = " + company
  puts "5 = " + job_title
  puts "6 = " + phone
  puts "7 = " + website

end