Class: Facebooker::WorkInfo
- Inherits:
-
Object
- Object
- Facebooker::WorkInfo
- Includes:
- Model
- Defined in:
- lib/facebooker/models/work_info.rb
Instance Attribute Summary collapse
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#description ⇒ Object
Returns the value of attribute description.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#location ⇒ Object
Returns the value of attribute location.
-
#position ⇒ Object
Returns the value of attribute position.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#company_name ⇒ Object
Returns the value of attribute company_name.
4 5 6 |
# File 'lib/facebooker/models/work_info.rb', line 4 def company_name @company_name end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/facebooker/models/work_info.rb', line 4 def description @description end |
#end_date ⇒ Object
Returns the value of attribute end_date.
4 5 6 |
# File 'lib/facebooker/models/work_info.rb', line 4 def end_date @end_date end |
#location ⇒ Object
Returns the value of attribute location.
5 6 7 |
# File 'lib/facebooker/models/work_info.rb', line 5 def location @location end |
#position ⇒ Object
Returns the value of attribute position.
4 5 6 |
# File 'lib/facebooker/models/work_info.rb', line 4 def position @position end |
#start_date ⇒ Object
Returns the value of attribute start_date.
4 5 6 |
# File 'lib/facebooker/models/work_info.rb', line 4 def start_date @start_date end |