class Docusign::MatchBox
{www.docusign.net/API/3.0}MatchBox
pageNumber - SOAP::SOAPPositiveInteger xPosition - SOAP::SOAPInt yPosition - SOAP::SOAPInt width - SOAP::SOAPInt height - SOAP::SOAPInt
Attributes
height[RW]
pageNumber[RW]
width[RW]
xPosition[RW]
yPosition[RW]
Public Class Methods
new(pageNumber = nil, xPosition = nil, yPosition = nil, width = nil, height = nil)
click to toggle source
# File lib/docusign/docusign.rb, line 125 def initialize(pageNumber = nil, xPosition = nil, yPosition = nil, width = nil, height = nil) @pageNumber = pageNumber @xPosition = xPosition @yPosition = yPosition @width = width @height = height end