Class: Snov::GetEmailsFromName::ProspectData
- Inherits:
-
Object
- Object
- Snov::GetEmailsFromName::ProspectData
- Includes:
- ActiveModel::Model
- Defined in:
- lib/snov/get_emails_from_name.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#emails ⇒ Object
Returns the value of attribute emails.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
29 30 31 |
# File 'lib/snov/get_emails_from_name.rb', line 29 def domain @domain end |
#emails ⇒ Object
Returns the value of attribute emails.
30 31 32 |
# File 'lib/snov/get_emails_from_name.rb', line 30 def emails @emails end |
#first_name ⇒ Object
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_name ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
29 30 31 |
# File 'lib/snov/get_emails_from_name.rb', line 29 def name @name end |