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.
48 49 50 |
# File 'lib/snov/get_prospect_list.rb', line 48 def emails @emails end |
#first_name ⇒ Object
Returns the value of attribute first_name.
47 48 49 |
# File 'lib/snov/get_prospect_list.rb', line 47 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id.
47 48 49 |
# File 'lib/snov/get_prospect_list.rb', line 47 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name.
47 48 49 |
# File 'lib/snov/get_prospect_list.rb', line 47 def last_name @last_name end |
#name ⇒ Object
Returns the value of attribute name.
47 48 49 |
# File 'lib/snov/get_prospect_list.rb', line 47 def name @name end |
#source ⇒ Object
Returns the value of attribute source.
47 48 49 |
# File 'lib/snov/get_prospect_list.rb', line 47 def source @source end |
Instance Method Details
#email ⇒ Object
56 57 58 |
# File 'lib/snov/get_prospect_list.rb', line 56 def email emails.first&.email end |