class ActionView::Helpers::AtomFeedHelper::AtomBuilder
Constants
- XHTML_TAG_NAMES
Public Class Methods
new(xml)
click to toggle source
# File lib/action_view/helpers/atom_feed_helper.rb, line 130 def initialize(xml) @xml = xml end