Class: Docusign::SSN4InformationInput
- Inherits:
-
Object
- Object
- Docusign::SSN4InformationInput
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0SSN4InformationInput
sSN4Information - Docusign::SSN4Information
displayLevel - Docusign::DisplayLevelCode
receiveInResponse - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#displayLevel ⇒ Object
Returns the value of attribute displayLevel.
-
#receiveInResponse ⇒ Object
Returns the value of attribute receiveInResponse.
-
#sSN4Information ⇒ Object
Returns the value of attribute sSN4Information.
Instance Method Summary collapse
-
#initialize(sSN4Information = nil, displayLevel = nil, receiveInResponse = nil) ⇒ SSN4InformationInput
constructor
A new instance of SSN4InformationInput.
Constructor Details
#initialize(sSN4Information = nil, displayLevel = nil, receiveInResponse = nil) ⇒ SSN4InformationInput
Returns a new instance of SSN4InformationInput.
362 363 364 365 366 |
# File 'lib/docusign/docusign.rb', line 362 def initialize(sSN4Information = nil, displayLevel = nil, receiveInResponse = nil) @sSN4Information = sSN4Information @displayLevel = displayLevel @receiveInResponse = receiveInResponse end |
Instance Attribute Details
#displayLevel ⇒ Object
Returns the value of attribute displayLevel.
359 360 361 |
# File 'lib/docusign/docusign.rb', line 359 def displayLevel @displayLevel end |
#receiveInResponse ⇒ Object
Returns the value of attribute receiveInResponse.
360 361 362 |
# File 'lib/docusign/docusign.rb', line 360 def receiveInResponse @receiveInResponse end |
#sSN4Information ⇒ Object
Returns the value of attribute sSN4Information.
358 359 360 |
# File 'lib/docusign/docusign.rb', line 358 def sSN4Information @sSN4Information end |