class Snov::GetEmailsFromName::ProspectStatus

Attributes

description[RW]
identifier[RW]

Public Instance Methods

completed?() click to toggle source
# File lib/snov/get_emails_from_name.rb, line 48
def completed?
  identifier == 'complete'
end
in_progress?() click to toggle source
# File lib/snov/get_emails_from_name.rb, line 52
def in_progress?
  identifier == 'in_progress'
end
not_found?() click to toggle source
# File lib/snov/get_emails_from_name.rb, line 56
def not_found?
  identifier == 'not_found'
end