Sha256: d98fdcbecfc89dba7cc3a336f18ec7ccb7b6ecf5a5528952e5d4b61b98d9e7d9

Contents?: true

Size: 317 Bytes

Versions: 6

Compression:

Stored size: 317 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 :start_date, :as => {:key => :name, :value => :content}
    xml_reader :end_date, :as => {:key => :name, :value => :content}
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
linkedin-0.1.4 lib/linked_in/education.rb
linkedin-0.1.3 lib/linked_in/education.rb
linkedin-0.1.2 lib/linked_in/education.rb
linkedin-0.1.1 lib/linked_in/education.rb
linkedin-0.1.0 lib/linked_in/education.rb
linkedin-0.0.2 lib/linked_in/education.rb