Class: Facebooker::EducationInfo
- Inherits:
-
Object
- Object
- Facebooker::EducationInfo
- Includes:
- Model
- Defined in:
- lib/facebooker/models/education_info.rb
Defined Under Namespace
Classes: HighschoolInfo
Instance Attribute Summary (collapse)
-
- (Object) concentrations
Returns the value of attribute concentrations.
-
- (Object) degree
Returns the value of attribute degree.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) school_type
Returns the value of attribute school_type.
-
- (Object) year
Returns the value of attribute year.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
- (Object) concentrations
Returns the value of attribute concentrations
9 10 11 |
# File 'lib/facebooker/models/education_info.rb', line 9 def concentrations @concentrations end |
- (Object) degree
Returns the value of attribute degree
9 10 11 |
# File 'lib/facebooker/models/education_info.rb', line 9 def degree @degree end |
- (Object) name
Returns the value of attribute name
9 10 11 |
# File 'lib/facebooker/models/education_info.rb', line 9 def name @name end |
- (Object) school_type
Returns the value of attribute school_type
9 10 11 |
# File 'lib/facebooker/models/education_info.rb', line 9 def school_type @school_type end |
- (Object) year
Returns the value of attribute year
9 10 11 |
# File 'lib/facebooker/models/education_info.rb', line 9 def year @year end |