Class: Snov::GetProspectList::ProspectResult
- Inherits:
-
Object
- Object
- Snov::GetProspectList::ProspectResult
- Includes:
- ActiveModel::Model
- Defined in:
- lib/snov/get_prospect_list.rb
Instance Attribute Summary collapse
-
#emails ⇒ Object
Returns the value of attribute emails.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
Instance Attribute Details
#emails ⇒ Object
Returns the value of attribute emails.
46 47 48 |
# File 'lib/snov/get_prospect_list.rb', line 46 def emails @emails end |
#first_name ⇒ Object
Returns the value of attribute first_name.
45 46 47 |
# File 'lib/snov/get_prospect_list.rb', line 45 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id.
45 46 47 |
# File 'lib/snov/get_prospect_list.rb', line 45 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name.
45 46 47 |
# File 'lib/snov/get_prospect_list.rb', line 45 def last_name @last_name end |
#name ⇒ Object
Returns the value of attribute name.
45 46 47 |
# File 'lib/snov/get_prospect_list.rb', line 45 def name @name end |
#source ⇒ Object
Returns the value of attribute source.
45 46 47 |
# File 'lib/snov/get_prospect_list.rb', line 45 def source @source end |
Instance Method Details
#email ⇒ Object
54 55 56 |
# File 'lib/snov/get_prospect_list.rb', line 54 def email emails.first&.email end |