Class: Snov::GetProspectsByEmail::Job
- Inherits:
-
Object
- Object
- Snov::GetProspectsByEmail::Job
- Includes:
- ActiveModel::Model
- Defined in:
- lib/snov/get_prospects_by_email.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#company_type ⇒ Object
Returns the value of attribute company_type.
-
#country ⇒ Object
Returns the value of attribute country.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#founded ⇒ Object
Returns the value of attribute founded.
-
#industry ⇒ Object
Returns the value of attribute industry.
-
#locality ⇒ Object
Returns the value of attribute locality.
-
#position ⇒ Object
Returns the value of attribute position.
-
#postal ⇒ Object
Returns the value of attribute postal.
-
#site ⇒ Object
Returns the value of attribute site.
-
#size ⇒ Object
Returns the value of attribute size.
-
#social_link ⇒ Object
Returns the value of attribute social_link.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
-
#street2 ⇒ Object
Returns the value of attribute street2.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
34 35 36 |
# File 'lib/snov/get_prospects_by_email.rb', line 34 def city @city end |
#company_name ⇒ Object
Returns the value of attribute company_name.
34 35 36 |
# File 'lib/snov/get_prospects_by_email.rb', line 34 def company_name @company_name end |
#company_type ⇒ Object
Returns the value of attribute company_type.
36 37 38 |
# File 'lib/snov/get_prospects_by_email.rb', line 36 def company_type @company_type end |
#country ⇒ Object
Returns the value of attribute country.
36 37 38 |
# File 'lib/snov/get_prospects_by_email.rb', line 36 def country @country end |
#end_date ⇒ Object
Returns the value of attribute end_date.
35 36 37 |
# File 'lib/snov/get_prospects_by_email.rb', line 35 def end_date @end_date end |
#founded ⇒ Object
Returns the value of attribute founded.
35 36 37 |
# File 'lib/snov/get_prospects_by_email.rb', line 35 def founded @founded end |
#industry ⇒ Object
Returns the value of attribute industry.
36 37 38 |
# File 'lib/snov/get_prospects_by_email.rb', line 36 def industry @industry end |
#locality ⇒ Object
Returns the value of attribute locality.
34 35 36 |
# File 'lib/snov/get_prospects_by_email.rb', line 34 def locality @locality end |
#position ⇒ Object
Returns the value of attribute position.
34 35 36 |
# File 'lib/snov/get_prospects_by_email.rb', line 34 def position @position end |
#postal ⇒ Object
Returns the value of attribute postal.
35 36 37 |
# File 'lib/snov/get_prospects_by_email.rb', line 35 def postal @postal end |
#site ⇒ Object
Returns the value of attribute site.
34 35 36 |
# File 'lib/snov/get_prospects_by_email.rb', line 34 def site @site end |
#size ⇒ Object
Returns the value of attribute size.
35 36 37 |
# File 'lib/snov/get_prospects_by_email.rb', line 35 def size @size end |
#social_link ⇒ Object
Returns the value of attribute social_link.
34 35 36 |
# File 'lib/snov/get_prospects_by_email.rb', line 34 def @social_link end |
#start_date ⇒ Object
Returns the value of attribute start_date.
35 36 37 |
# File 'lib/snov/get_prospects_by_email.rb', line 35 def start_date @start_date end |
#state ⇒ Object
Returns the value of attribute state.
34 35 36 |
# File 'lib/snov/get_prospects_by_email.rb', line 34 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
35 36 37 |
# File 'lib/snov/get_prospects_by_email.rb', line 35 def street @street end |
#street2 ⇒ Object
Returns the value of attribute street2.
35 36 37 |
# File 'lib/snov/get_prospects_by_email.rb', line 35 def street2 @street2 end |