Class: Snov::GetProspectList::ProspectEmail
- Inherits:
-
Object
- Object
- Snov::GetProspectList::ProspectEmail
- Includes:
- ActiveModel::Model
- Defined in:
- lib/snov/get_prospect_list.rb
Instance Attribute Summary collapse
-
#domain_type ⇒ Object
Returns the value of attribute domain_type.
-
#email ⇒ Object
Returns the value of attribute email.
-
#email_verify_text ⇒ Object
Returns the value of attribute email_verify_text.
-
#is_disposable ⇒ Object
Returns the value of attribute is_disposable.
-
#is_gibberish ⇒ Object
Returns the value of attribute is_gibberish.
-
#is_valid_format ⇒ Object
Returns the value of attribute is_valid_format.
-
#is_verified ⇒ Object
Returns the value of attribute is_verified.
-
#is_webmail ⇒ Object
Returns the value of attribute is_webmail.
-
#job_status ⇒ Object
Returns the value of attribute job_status.
-
#probability ⇒ Object
Returns the value of attribute probability.
-
#smtp_status ⇒ Object
Returns the value of attribute smtp_status.
-
#status_type_text ⇒ Object
Returns the value of attribute status_type_text.
-
#status_verify_text ⇒ Object
Returns the value of attribute status_verify_text.
Instance Attribute Details
#domain_type ⇒ Object
Returns the value of attribute domain_type.
37 38 39 |
# File 'lib/snov/get_prospect_list.rb', line 37 def domain_type @domain_type end |
#email ⇒ Object
Returns the value of attribute email.
37 38 39 |
# File 'lib/snov/get_prospect_list.rb', line 37 def email @email end |
#email_verify_text ⇒ Object
Returns the value of attribute email_verify_text.
39 40 41 |
# File 'lib/snov/get_prospect_list.rb', line 39 def email_verify_text @email_verify_text end |
#is_disposable ⇒ Object
Returns the value of attribute is_disposable.
38 39 40 |
# File 'lib/snov/get_prospect_list.rb', line 38 def is_disposable @is_disposable end |
#is_gibberish ⇒ Object
Returns the value of attribute is_gibberish.
38 39 40 |
# File 'lib/snov/get_prospect_list.rb', line 38 def is_gibberish @is_gibberish end |
#is_valid_format ⇒ Object
Returns the value of attribute is_valid_format.
37 38 39 |
# File 'lib/snov/get_prospect_list.rb', line 37 def is_valid_format @is_valid_format end |
#is_verified ⇒ Object
Returns the value of attribute is_verified.
37 38 39 |
# File 'lib/snov/get_prospect_list.rb', line 37 def is_verified @is_verified end |
#is_webmail ⇒ Object
Returns the value of attribute is_webmail.
38 39 40 |
# File 'lib/snov/get_prospect_list.rb', line 38 def is_webmail @is_webmail end |
#job_status ⇒ Object
Returns the value of attribute job_status.
37 38 39 |
# File 'lib/snov/get_prospect_list.rb', line 37 def job_status @job_status end |
#probability ⇒ Object
Returns the value of attribute probability.
38 39 40 |
# File 'lib/snov/get_prospect_list.rb', line 38 def probability @probability end |
#smtp_status ⇒ Object
Returns the value of attribute smtp_status.
38 39 40 |
# File 'lib/snov/get_prospect_list.rb', line 38 def smtp_status @smtp_status end |
#status_type_text ⇒ Object
Returns the value of attribute status_type_text.
39 40 41 |
# File 'lib/snov/get_prospect_list.rb', line 39 def status_type_text @status_type_text end |
#status_verify_text ⇒ Object
Returns the value of attribute status_verify_text.
39 40 41 |
# File 'lib/snov/get_prospect_list.rb', line 39 def status_verify_text @status_verify_text end |