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.
301 302 303 304 305 |
# File 'lib/docusign/docusign.rb', line 301 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.
298 299 300 |
# File 'lib/docusign/docusign.rb', line 298 def displayLevel @displayLevel end |
#dOBInformation ⇒ Object
Returns the value of attribute dOBInformation.
297 298 299 |
# File 'lib/docusign/docusign.rb', line 297 def dOBInformation @dOBInformation end |
#receiveInResponse ⇒ Object
Returns the value of attribute receiveInResponse.
299 300 301 |
# File 'lib/docusign/docusign.rb', line 299 def receiveInResponse @receiveInResponse end |