Class RSS::Atom::Feed::Generator
In: lib/rss/atom.rb
Parent: RSS::Element

Methods

Included Modules

CommonModel ContentModel

Private Instance methods

[Source]

     # File lib/rss/atom.rb, line 317
317:         def setup_maker_attributes(target)
318:           target.generator do |generator|
319:             generator.uri = uri if uri
320:             generator.version = version if version
321:           end
322:         end

[Validate]