Sha256: 76aba2fc9551297ffa4c22d7936583687fc37ff81f0929b4138a4215f9e23329

Contents?: true

Size: 515 Bytes

Versions: 6

Compression:

Stored size: 515 Bytes

Contents

module LinkedIn
  class Education
    include ROXML
    xml_convention {|val| val.gsub("_","-") }
    xml_reader :id
    xml_reader :school_name
    xml_reader :degree
    xml_reader :field_of_study
    xml_reader :activities
    xml_reader :start_year, :from => "start-date/year", :as => Integer
    xml_reader :start_month, :from => "start-date/month", :as => Integer
    xml_reader :end_year, :from => "end-date/year", :as => Integer
    xml_reader :end_month, :from => "end-date/month", :as => Integer
  end
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
holetse-linkedin-0.1.8.1 lib/linked_in/education.rb
holetse-linkedin-0.1.8 lib/linked_in/education.rb
linkedin-saimonmoore-0.1.8 lib/linked_in/education.rb
linkedin-0.1.7 lib/linked_in/education.rb
linkedin-0.1.6 lib/linked_in/education.rb
linkedin-0.1.5 lib/linked_in/education.rb