Class: Docusign::AnchorTab
- Inherits:
-
Object
- Object
- Docusign::AnchorTab
- 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
-
#anchorTabString ⇒ Object
Returns the value of attribute anchorTabString.
-
#unit ⇒ Object
Returns the value of attribute unit.
-
#xOffset ⇒ Object
Returns the value of attribute xOffset.
-
#yOffset ⇒ Object
Returns the value of attribute yOffset.
Instance Method Summary collapse
-
#initialize(anchorTabString = nil, xOffset = nil, yOffset = nil, unit = nil) ⇒ AnchorTab
constructor
A new instance of AnchorTab.
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
#anchorTabString ⇒ Object
Returns the value of attribute anchorTabString.
476 477 478 |
# File 'lib/docusign/docusign.rb', line 476 def anchorTabString @anchorTabString end |
#unit ⇒ Object
Returns the value of attribute unit.
479 480 481 |
# File 'lib/docusign/docusign.rb', line 479 def unit @unit end |
#xOffset ⇒ Object
Returns the value of attribute xOffset.
477 478 479 |
# File 'lib/docusign/docusign.rb', line 477 def xOffset @xOffset end |
#yOffset ⇒ Object
Returns the value of attribute yOffset.
478 479 480 |
# File 'lib/docusign/docusign.rb', line 478 def yOffset @yOffset end |