Class: Docusign::SSN9InformationInput
- Inherits:
-
Object
- Object
- Docusign::SSN9InformationInput
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0SSN9InformationInput
sSN9Information - Docusign::SSN9Information
displayLevel - Docusign::DisplayLevelCode
Instance Attribute Summary collapse
-
#displayLevel ⇒ Object
Returns the value of attribute displayLevel.
-
#sSN9Information ⇒ Object
Returns the value of attribute sSN9Information.
Instance Method Summary collapse
-
#initialize(sSN9Information = nil, displayLevel = nil) ⇒ SSN9InformationInput
constructor
A new instance of SSN9InformationInput.
Constructor Details
#initialize(sSN9Information = nil, displayLevel = nil) ⇒ SSN9InformationInput
Returns a new instance of SSN9InformationInput.
351 352 353 354 |
# File 'lib/docusign/docusign.rb', line 351 def initialize(sSN9Information = nil, displayLevel = nil) @sSN9Information = sSN9Information @displayLevel = displayLevel end |
Instance Attribute Details
#displayLevel ⇒ Object
Returns the value of attribute displayLevel.
349 350 351 |
# File 'lib/docusign/docusign.rb', line 349 def displayLevel @displayLevel end |
#sSN9Information ⇒ Object
Returns the value of attribute sSN9Information.
348 349 350 |
# File 'lib/docusign/docusign.rb', line 348 def sSN9Information @sSN9Information end |