module HappyMapper::ClassMethods
Public Instance Methods
parse(xml, options={})
click to toggle source
# File lib/ptt/debugger.rb, line 19 def parse(xml, options={}) xml = xml.to_s if xml.is_a?(RestClient::Response) puts "\nResponse:\n#{xml}\n" pivotal_tracker_parse(xml, options) end
Also aliased as: pivotal_tracker_parse