Class: Feedjira::Parser::OPMLOutline
- Inherits:
-
Object
- Object
- Feedjira::Parser::OPMLOutline
- Includes:
- FeedUtilities, SAXMachine
- Defined in:
- lib/feedjira/parser/opml_outline.rb
Instance Method Summary collapse
Instance Method Details
#breakpoint? ⇒ Boolean
40 41 42 |
# File 'lib/feedjira/parser/opml_outline.rb', line 40 def breakpoint? !!is_breakpoint && is_breakpoint == 'true' end |
#comment? ⇒ Boolean
36 37 38 |
# File 'lib/feedjira/parser/opml_outline.rb', line 36 def comment? !!is_comment && is_comment == 'true' end |