Class: Facebooker::EducationInfo::HighschoolInfo
- Inherits:
-
Object
- Object
- Facebooker::EducationInfo::HighschoolInfo
- Includes:
- Model
- Defined in:
- lib/facebooker/models/education_info.rb
Instance Attribute Summary collapse
-
#grad_year ⇒ Object
Returns the value of attribute grad_year.
-
#hs1_id ⇒ Object
Returns the value of attribute hs1_id.
-
#hs1_name ⇒ Object
Returns the value of attribute hs1_name.
-
#hs2_id ⇒ Object
Returns the value of attribute hs2_id.
-
#hs2_name ⇒ Object
Returns the value of attribute hs2_name.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#grad_year ⇒ Object
Returns the value of attribute grad_year.
5 6 7 |
# File 'lib/facebooker/models/education_info.rb', line 5 def grad_year @grad_year end |
#hs1_id ⇒ Object
Returns the value of attribute hs1_id.
5 6 7 |
# File 'lib/facebooker/models/education_info.rb', line 5 def hs1_id @hs1_id end |
#hs1_name ⇒ Object
Returns the value of attribute hs1_name.
5 6 7 |
# File 'lib/facebooker/models/education_info.rb', line 5 def hs1_name @hs1_name end |
#hs2_id ⇒ Object
Returns the value of attribute hs2_id.
5 6 7 |
# File 'lib/facebooker/models/education_info.rb', line 5 def hs2_id @hs2_id end |
#hs2_name ⇒ Object
Returns the value of attribute hs2_name.
5 6 7 |
# File 'lib/facebooker/models/education_info.rb', line 5 def hs2_name @hs2_name end |