Class: Resourceful::Resource::Xml
- Defined in:
- lib/resourceful/resource/format.rb
Constant Summary
Constants inherited from Format
Class Method Summary collapse
Methods inherited from Format
Class Method Details
.build(xml_str) ⇒ Object
78 79 80 81 82 |
# File 'lib/resourceful/resource/format.rb', line 78 def build(xml_str) parsable?(xml_str) do Nokogiri::XML(xml_str.to_s) end end |
.to_s ⇒ Object
74 75 76 |
# File 'lib/resourceful/resource/format.rb', line 74 def to_s "xml" end |