Class: Facebooker::EducationInfo::HighschoolInfo

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

Instance Attribute Summary collapse

Method Summary

Methods included from Model

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

Instance Attribute Details

#grad_yearObject

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_idObject

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_nameObject

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_idObject

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_nameObject

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