Class: Docusign::AddressInformationInput

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

Overview

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

addressInformation - Docusign::AddressInformation
displayLevel - Docusign::DisplayLevelCode
receiveInResponse - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(addressInformation = nil, displayLevel = nil, receiveInResponse = nil) ⇒ AddressInformationInput

Returns a new instance of AddressInformationInput.



295
296
297
298
299
# File 'lib/docusign/docusign.rb', line 295

def initialize(addressInformation = nil, displayLevel = nil, receiveInResponse = nil)
  @addressInformation = addressInformation
  @displayLevel = displayLevel
  @receiveInResponse = receiveInResponse
end

Instance Attribute Details

#addressInformationObject

Returns the value of attribute addressInformation.



291
292
293
# File 'lib/docusign/docusign.rb', line 291

def addressInformation
  @addressInformation
end

#displayLevelObject

Returns the value of attribute displayLevel.



292
293
294
# File 'lib/docusign/docusign.rb', line 292

def displayLevel
  @displayLevel
end

#receiveInResponseObject

Returns the value of attribute receiveInResponse.



293
294
295
# File 'lib/docusign/docusign.rb', line 293

def receiveInResponse
  @receiveInResponse
end