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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AnchorTab.



481
482
483
484
485
486
# File 'lib/docusign/docusign.rb', line 481

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

Instance Attribute Details

#anchorTabStringObject

Returns the value of attribute anchorTabString.



476
477
478
# File 'lib/docusign/docusign.rb', line 476

def anchorTabString
  @anchorTabString
end

#unitObject

Returns the value of attribute unit.



479
480
481
# File 'lib/docusign/docusign.rb', line 479

def unit
  @unit
end

#xOffsetObject

Returns the value of attribute xOffset.



477
478
479
# File 'lib/docusign/docusign.rb', line 477

def xOffset
  @xOffset
end

#yOffsetObject

Returns the value of attribute yOffset.



478
479
480
# File 'lib/docusign/docusign.rb', line 478

def yOffset
  @yOffset
end