method
new
v6.1.3.1 - Show latest stable - 0 notes - Class: ActionView::Helpers::AtomFeedHelper::AtomFeedBuilder
new(xml, view, feed_options = {}) public Hide source
# File actionview/lib/action_view/helpers/atom_feed_helper.rb, line 165 def initialize(xml, view, feed_options = {}) @xml, @view, @feed_options = xml, view, feed_options end

