Sha256: 6eef97cf2d6afea90f774f68bd55a00d314c04439ab064de3820dbd47793553c

Contents?: true

Size: 307 Bytes

Versions: 5

Compression:

Stored size: 307 Bytes

Contents

module LinkedIn
  class Update
    include ROXML
    xml_convention {|val| val.gsub("_","-") }
    xml_reader :timestamp, :as => Integer
    xml_reader :update_key
    xml_reader :update_type
    xml_reader :profile, :as => Profile, :from => 'update-content/person'
    xml_reader :is_commentable?
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

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