Class: Docusign::AnchorTab

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign/docusign.rb,
lib/docusign/anchor_tab.rb

Overview

http://www.docusign.net/API/3.0AnchorTab

anchorTabString - SOAP::SOAPString
xOffset - SOAP::SOAPDouble
yOffset - SOAP::SOAPDouble
unit - Docusign::UnitTypeCode
ignoreIfNotPresent - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(anchorTabString = nil, xOffset = nil, yOffset = nil, unit = nil, ignoreIfNotPresent = nil) ⇒ AnchorTab

Returns a new instance of AnchorTab.



536
537
538
539
540
541
542
# File 'lib/docusign/docusign.rb', line 536

def initialize(anchorTabString = nil, xOffset = nil, yOffset = nil, unit = nil, ignoreIfNotPresent = nil)
  @anchorTabString = anchorTabString
  @xOffset = xOffset
  @yOffset = yOffset
  @unit = unit
  @ignoreIfNotPresent = ignoreIfNotPresent
end

Instance Attribute Details

#anchorTabStringObject

Returns the value of attribute anchorTabString.



530
531
532
# File 'lib/docusign/docusign.rb', line 530

def anchorTabString
  @anchorTabString
end

#ignoreIfNotPresentObject

Returns the value of attribute ignoreIfNotPresent.



534
535
536
# File 'lib/docusign/docusign.rb', line 534

def ignoreIfNotPresent
  @ignoreIfNotPresent
end

#unitObject

Returns the value of attribute unit.



533
534
535
# File 'lib/docusign/docusign.rb', line 533

def unit
  @unit
end

#xOffsetObject

Returns the value of attribute xOffset.



531
532
533
# File 'lib/docusign/docusign.rb', line 531

def xOffset
  @xOffset
end

#yOffsetObject

Returns the value of attribute yOffset.



532
533
534
# File 'lib/docusign/docusign.rb', line 532

def yOffset
  @yOffset
end