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.
39 40 41 |
# File 'lib/snov/get_prospect_list.rb', line 39 def domain_type @domain_type end |
#email ⇒ Object
Returns the value of attribute email.
39 40 41 |
# File 'lib/snov/get_prospect_list.rb', line 39 def email @email end |
#email_verify_text ⇒ Object
Returns the value of attribute email_verify_text.
41 42 43 |
# File 'lib/snov/get_prospect_list.rb', line 41 def email_verify_text @email_verify_text end |
#is_disposable ⇒ Object
Returns the value of attribute is_disposable.
40 41 42 |
# File 'lib/snov/get_prospect_list.rb', line 40 def is_disposable @is_disposable end |
#is_gibberish ⇒ Object
Returns the value of attribute is_gibberish.
40 41 42 |
# File 'lib/snov/get_prospect_list.rb', line 40 def is_gibberish @is_gibberish end |
#is_valid_format ⇒ Object
Returns the value of attribute is_valid_format.
39 40 41 |
# File 'lib/snov/get_prospect_list.rb', line 39 def is_valid_format @is_valid_format end |
#is_verified ⇒ Object
Returns the value of attribute is_verified.
39 40 41 |
# File 'lib/snov/get_prospect_list.rb', line 39 def is_verified @is_verified end |
#is_webmail ⇒ Object
Returns the value of attribute is_webmail.
40 41 42 |
# File 'lib/snov/get_prospect_list.rb', line 40 def is_webmail @is_webmail end |
#job_status ⇒ Object
Returns the value of attribute job_status.
39 40 41 |
# File 'lib/snov/get_prospect_list.rb', line 39 def job_status @job_status end |
#probability ⇒ Object
Returns the value of attribute probability.
40 41 42 |
# File 'lib/snov/get_prospect_list.rb', line 40 def probability @probability end |
#smtp_status ⇒ Object
Returns the value of attribute smtp_status.
40 41 42 |
# File 'lib/snov/get_prospect_list.rb', line 40 def smtp_status @smtp_status end |
#status_type_text ⇒ Object
Returns the value of attribute status_type_text.
41 42 43 |
# File 'lib/snov/get_prospect_list.rb', line 41 def status_type_text @status_type_text end |
#status_verify_text ⇒ Object
Returns the value of attribute status_verify_text.
41 42 43 |
# File 'lib/snov/get_prospect_list.rb', line 41 def status_verify_text @status_verify_text end |