Class: Facebooker::WorkInfo

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/facebooker/models/work_info.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session

Instance Attribute Details

#company_nameObject

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

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/facebooker/models/work_info.rb', line 4

def description
  @description
end

#end_dateObject

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

#locationObject

Returns the value of attribute location.



5
6
7
# File 'lib/facebooker/models/work_info.rb', line 5

def location
  @location
end

#positionObject

Returns the value of attribute position.



4
5
6
# File 'lib/facebooker/models/work_info.rb', line 4

def position
  @position
end

#start_dateObject

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