Class: Docusign::DOBInformationInput
- Inherits:
-
Object
- Object
- Docusign::DOBInformationInput
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0DOBInformationInput
dOBInformation - Docusign::DOBInformation
displayLevel - Docusign::DisplayLevelCode
receiveInResponse - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#displayLevel ⇒ Object
Returns the value of attribute displayLevel.
-
#dOBInformation ⇒ Object
Returns the value of attribute dOBInformation.
-
#receiveInResponse ⇒ Object
Returns the value of attribute receiveInResponse.
Instance Method Summary collapse
-
#initialize(dOBInformation = nil, displayLevel = nil, receiveInResponse = nil) ⇒ DOBInformationInput
constructor
A new instance of DOBInformationInput.
Constructor Details
#initialize(dOBInformation = nil, displayLevel = nil, receiveInResponse = nil) ⇒ DOBInformationInput
Returns a new instance of DOBInformationInput.
336 337 338 339 340 |
# File 'lib/docusign/docusign.rb', line 336 def initialize(dOBInformation = nil, displayLevel = nil, receiveInResponse = nil) @dOBInformation = dOBInformation @displayLevel = displayLevel @receiveInResponse = receiveInResponse end |
Instance Attribute Details
#displayLevel ⇒ Object
Returns the value of attribute displayLevel.
333 334 335 |
# File 'lib/docusign/docusign.rb', line 333 def displayLevel @displayLevel end |
#dOBInformation ⇒ Object
Returns the value of attribute dOBInformation.
332 333 334 |
# File 'lib/docusign/docusign.rb', line 332 def dOBInformation @dOBInformation end |
#receiveInResponse ⇒ Object
Returns the value of attribute receiveInResponse.
334 335 336 |
# File 'lib/docusign/docusign.rb', line 334 def receiveInResponse @receiveInResponse end |