Class: Snov::GetEmailsFromName::ProspectData

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/snov/get_emails_from_name.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



29
30
31
# File 'lib/snov/get_emails_from_name.rb', line 29

def domain
  @domain
end

#emailsObject

Returns the value of attribute emails.



30
31
32
# File 'lib/snov/get_emails_from_name.rb', line 30

def emails
  @emails
end

#first_nameObject

Returns the value of attribute first_name.



29
30
31
# File 'lib/snov/get_emails_from_name.rb', line 29

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



29
30
31
# File 'lib/snov/get_emails_from_name.rb', line 29

def last_name
  @last_name
end

#nameObject

Returns the value of attribute name.



29
30
31
# File 'lib/snov/get_emails_from_name.rb', line 29

def name
  @name
end