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
-
#concentrations ⇒ Object
Returns the value of attribute concentrations.
-
#degree ⇒ Object
Returns the value of attribute degree.
-
#name ⇒ Object
Returns the value of attribute name.
-
#school_type ⇒ Object
Returns the value of attribute school_type.
-
#year ⇒ Object
Returns the value of attribute year.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#concentrations ⇒ Object
Returns the value of attribute concentrations.
9 10 11 |
# File 'lib/facebooker/models/education_info.rb', line 9 def concentrations @concentrations end |
#degree ⇒ Object
Returns the value of attribute degree.
9 10 11 |
# File 'lib/facebooker/models/education_info.rb', line 9 def degree @degree end |
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/facebooker/models/education_info.rb', line 9 def name @name end |
#school_type ⇒ Object
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 |
#year ⇒ Object
Returns the value of attribute year.
9 10 11 |
# File 'lib/facebooker/models/education_info.rb', line 9 def year @year end |