Class: Feedjira::Parser::OPMLOutline

Inherits:
Object
  • Object
show all
Includes:
FeedUtilities, SAXMachine
Defined in:
lib/feedjira/parser/opml_outline.rb

Instance Method Summary collapse

Instance Method Details

#breakpoint?Boolean

Returns:

  • (Boolean)


40
41
42
# File 'lib/feedjira/parser/opml_outline.rb', line 40

def breakpoint?
  !!is_breakpoint && is_breakpoint == 'true'
end

#comment?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/feedjira/parser/opml_outline.rb', line 36

def comment?
  !!is_comment && is_comment == 'true'
end