class Docusign::AddressInformationInput
{www.docusign.net/API/3.0}AddressInformationInput
addressInformation - Docusign::AddressInformation displayLevel - Docusign::DisplayLevelCode receiveInResponse - SOAP::SOAPBoolean
Attributes
addressInformation[RW]
displayLevel[RW]
receiveInResponse[RW]
Public Class Methods
new(addressInformation = nil, displayLevel = nil, receiveInResponse = nil)
click to toggle source
# File lib/docusign/docusign.rb, line 295 def initialize(addressInformation = nil, displayLevel = nil, receiveInResponse = nil) @addressInformation = addressInformation @displayLevel = displayLevel @receiveInResponse = receiveInResponse end