Class: Snov::GetEmailsBySocialUrl::ProspectJobList
- Inherits:
-
Object
- Object
- Snov::GetEmailsBySocialUrl::ProspectJobList
- Includes:
- ActiveModel::Model, Enumerable
- Defined in:
- lib/snov/get_emails_by_social_url.rb
Instance Attribute Summary collapse
-
#jobs ⇒ Object
Returns the value of attribute jobs.
Instance Method Summary collapse
Instance Attribute Details
#jobs ⇒ Object
Returns the value of attribute jobs.
31 32 33 |
# File 'lib/snov/get_emails_by_social_url.rb', line 31 def jobs @jobs end |
Instance Method Details
#each(&block) ⇒ Object
33 34 35 |
# File 'lib/snov/get_emails_by_social_url.rb', line 33 def each(&block) jobs.each(&block) end |