Method: DocuSign::AnchorTab#to_savon

Defined in:
lib/docu_sign/anchor_tab.rb

#to_savonObject

[View source]

19
20
21
22
23
24
25
26
27
# File 'lib/docu_sign/anchor_tab.rb', line 19

def to_savon
  {
    "AnchorTabString" => self.anchor_tab_string,
    "XOffset" => self.x_offset,
    "YOffset" => self.y_offset,
    "Unit" => self.unit,
    "IgnoreIfNotPresent" => self.ignore_if_not_present?
  }.delete_if{|key, value| value.nil?}
end