Class: Snov::AddNamesToFindEmails::ProspectResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



27
28
29
# File 'lib/snov/add_names_to_find_emails.rb', line 27

def access_token
  @access_token
end

#domainObject

Returns the value of attribute domain.



27
28
29
# File 'lib/snov/add_names_to_find_emails.rb', line 27

def domain
  @domain
end

#first_nameObject

Returns the value of attribute first_name.



27
28
29
# File 'lib/snov/add_names_to_find_emails.rb', line 27

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



27
28
29
# File 'lib/snov/add_names_to_find_emails.rb', line 27

def last_name
  @last_name
end

#sentObject

Returns the value of attribute sent.



27
28
29
# File 'lib/snov/add_names_to_find_emails.rb', line 27

def sent
  @sent
end

#successObject

Returns the value of attribute success.



27
28
29
# File 'lib/snov/add_names_to_find_emails.rb', line 27

def success
  @success
end

#user_idObject

Returns the value of attribute user_id.



27
28
29
# File 'lib/snov/add_names_to_find_emails.rb', line 27

def user_id
  @user_id
end