Module: Rapuncel

Defined in:
lib/rapuncel.rb,
lib/rapuncel/proxy.rb,
lib/rapuncel/client.rb,
lib/rapuncel/request.rb,
lib/rapuncel/response.rb,
lib/rapuncel/connection.rb,
lib/rapuncel/base_64_string.rb,
lib/rapuncel/xml_rpc/serializer.rb,
lib/rapuncel/xml_rpc/deserializer.rb,
lib/rapuncel/adapters/net_http_adapter.rb

Defined Under Namespace

Modules: Adapters, XmlRpc Classes: Base64String, Client, Connection, Proxy, Request, Response

Constant Summary collapse

BUILDER_OPTIONS =
{:encoding => 'UTF-8'}

Class Method Summary collapse

Class Method Details

.get_builder(options = {}) ⇒ Object



7
8
9
# File 'lib/rapuncel.rb', line 7

def self.get_builder options = {}
  Nokogiri::XML::Builder.new options
end