method

setup_maker_attributes

v1_9_1_378 - Show latest stable - Class: RSS::Atom::TextConstruct
setup_maker_attributes(target)
private

No documentation available.

# File lib/rss/atom.rb, line 136
      def setup_maker_attributes(target)
        target.type = type
        target.content = content
        target.xml_content = @xhtml
      end