Class: Snov::GetEmailsFromName::ProspectStatus

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/snov/get_emails_from_name.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



48
49
50
# File 'lib/snov/get_emails_from_name.rb', line 48

def description
  @description
end

#identifierObject

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

Returns:

  • (Boolean)


50
51
52
# File 'lib/snov/get_emails_from_name.rb', line 50

def completed?
  identifier == 'complete'
end

#in_progress?Boolean

Returns:

  • (Boolean)


54
55
56
# File 'lib/snov/get_emails_from_name.rb', line 54

def in_progress?
  identifier == 'in_progress'
end

#not_found?Boolean

Returns:

  • (Boolean)


58
59
60
# File 'lib/snov/get_emails_from_name.rb', line 58

def not_found?
  identifier == 'not_found'
end