Class: Snov::AddNamesToFindEmails::ProspectResult
- Inherits:
-
Object
- Object
- Snov::AddNamesToFindEmails::ProspectResult
- Includes:
- ActiveModel::Model
- Defined in:
- lib/snov/add_names_to_find_emails.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#sent ⇒ Object
Returns the value of attribute sent.
-
#success ⇒ Object
Returns the value of attribute success.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#access_token ⇒ Object
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 |
#domain ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
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 |
#sent ⇒ Object
Returns the value of attribute sent.
27 28 29 |
# File 'lib/snov/add_names_to_find_emails.rb', line 27 def sent @sent end |
#success ⇒ Object
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_id ⇒ Object
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 |