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.
327 328 329 330 331 |
# File 'lib/docusign/docusign.rb', line 327 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.
324 325 326 |
# File 'lib/docusign/docusign.rb', line 324 def displayLevel @displayLevel end |
#receiveInResponse ⇒ Object
Returns the value of attribute receiveInResponse.
325 326 327 |
# File 'lib/docusign/docusign.rb', line 325 def receiveInResponse @receiveInResponse end |
#sSN4Information ⇒ Object
Returns the value of attribute sSN4Information.
323 324 325 |
# File 'lib/docusign/docusign.rb', line 323 def sSN4Information @sSN4Information end |