Sha256: d90d75db39b523fa4d033d3bcff56c8b87f0e218f01a80861f0c740ac02b07e0
Contents?: true
Size: 517 Bytes
Versions: 1
Compression:
Stored size: 517 Bytes
Contents
module Feedjira module Parser class OPMLOutline include SAXMachine include FeedUtilities attribute :type attribute :text attribute :xmlUrl, as: :xml_url attribute :isComment, as: :is_comment attribute :isBreakpoint, as: :is_breakpoint attribute :created attribute :category attribute :description attribute :htmlUrl, as: :html_url attribute :language attribute :title attribute :version attribute :url end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
feedjira-opml-1.0.3 | lib/feedjira/parser/opml_outline.rb |