Class: Docusign::AddressInformationInput
- Inherits:
-
Object
- Object
- Docusign::AddressInformationInput
- 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
-
#addressInformation ⇒ Object
Returns the value of attribute addressInformation.
-
#displayLevel ⇒ Object
Returns the value of attribute displayLevel.
-
#receiveInResponse ⇒ Object
Returns the value of attribute receiveInResponse.
Instance Method Summary collapse
-
#initialize(addressInformation = nil, displayLevel = nil, receiveInResponse = nil) ⇒ AddressInformationInput
constructor
A new instance of AddressInformationInput.
Constructor Details
#initialize(addressInformation = nil, displayLevel = nil, receiveInResponse = nil) ⇒ AddressInformationInput
Returns a new instance of AddressInformationInput.
260 261 262 263 264 |
# File 'lib/docusign/docusign.rb', line 260 def initialize(addressInformation = nil, displayLevel = nil, receiveInResponse = nil) @addressInformation = addressInformation @displayLevel = displayLevel @receiveInResponse = receiveInResponse end |
Instance Attribute Details
#addressInformation ⇒ Object
Returns the value of attribute addressInformation.
256 257 258 |
# File 'lib/docusign/docusign.rb', line 256 def addressInformation @addressInformation end |
#displayLevel ⇒ Object
Returns the value of attribute displayLevel.
257 258 259 |
# File 'lib/docusign/docusign.rb', line 257 def displayLevel @displayLevel end |
#receiveInResponse ⇒ Object
Returns the value of attribute receiveInResponse.
258 259 260 |
# File 'lib/docusign/docusign.rb', line 258 def receiveInResponse @receiveInResponse end |