instance method from_xml

Ruby on Rails 2.2.3

Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

from_xml(xml)

No documentation comment.

Parameters

xml req
Source
# File activerecord/lib/active_record/serializers/xml_serializer.rb, line 158
    def from_xml(xml)
      self.attributes = Hash.from_xml(xml).values.first
      self
    end

Defined in activerecord/lib/active_record/serializers/xml_serializer.rb line 158 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Serialization

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close