Method: ActionView::Helpers::AtomFeedHelper::AtomBuilder#initialize
- Defined in:
- lib/action_view/helpers/atom_feed_helper.rb
#initialize(xml) ⇒ AtomBuilder
Returns a new instance of AtomBuilder.
128 129 130 |
# File 'lib/action_view/helpers/atom_feed_helper.rb', line 128 def initialize(xml) @xml = xml end |