Class: Snov::GetEmailsFromName::ProspectStatus
- Inherits:
-
Object
- Object
- Snov::GetEmailsFromName::ProspectStatus
- Includes:
- ActiveModel::Model
- Defined in:
- lib/snov/get_emails_from_name.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
48 49 50 |
# File 'lib/snov/get_emails_from_name.rb', line 48 def description @description end |
#identifier ⇒ Object
Returns the value of attribute identifier.
48 49 50 |
# File 'lib/snov/get_emails_from_name.rb', line 48 def identifier @identifier end |
Instance Method Details
#completed? ⇒ Boolean
50 51 52 |
# File 'lib/snov/get_emails_from_name.rb', line 50 def completed? identifier == 'complete' end |
#in_progress? ⇒ Boolean
54 55 56 |
# File 'lib/snov/get_emails_from_name.rb', line 54 def in_progress? identifier == 'in_progress' end |
#not_found? ⇒ Boolean
58 59 60 |
# File 'lib/snov/get_emails_from_name.rb', line 58 def not_found? identifier == 'not_found' end |