Class ActionView::Helpers::AtomFeedHelper::AtomBuilder
In: vendor/rails/actionpack/lib/action_view/helpers/atom_feed_helper.rb
Parent: Object

Methods

new  

Constants

XHTML_TAG_NAMES = %w(content rights title subtitle summary).to_set

Public Class methods

[Source]

     # File vendor/rails/actionpack/lib/action_view/helpers/atom_feed_helper.rb, line 128
128:         def initialize(xml)
129:           @xml = xml
130:         end

[Validate]