method

inline_other_base64?

inline_other_base64?()
public

No documentation available.

# File lib/rss/atom.rb, line 634
          def inline_other_base64?
            inline_other? and !inline_other_text? and !inline_other_xml?
          end