class SabredavClient::XmlRequestBuilder::Base

Attributes

xml[R]

Public Class Methods

new() click to toggle source
# File lib/sabredav_client/xml_request_builder/base.rb, line 10
def initialize
  @xml = Builder::XmlMarkup.new(indent: 2)
  @xml.instruct!
end