Method: ActionView::Helpers::AtomFeedHelper::AtomFeedBuilder#initialize

Defined in:
actionpack/lib/action_view/helpers/atom_feed_helper.rb

#initialize(xml, view, feed_options = {}) ⇒ AtomFeedBuilder

Returns a new instance of AtomFeedBuilder.

[View source]

162
163
164
# File 'actionpack/lib/action_view/helpers/atom_feed_helper.rb', line 162

def initialize(xml, view, feed_options = {})
  @xml, @view, @feed_options = xml, view, feed_options
end