Class: Docusign::SSN9InformationInput

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign/docusign.rb

Overview

http://www.docusign.net/API/3.0SSN9InformationInput

sSN9Information - Docusign::SSN9Information
displayLevel - Docusign::DisplayLevelCode

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sSN9Information = nil, displayLevel = nil) ⇒ SSN9InformationInput

Returns a new instance of SSN9InformationInput.



386
387
388
389
# File 'lib/docusign/docusign.rb', line 386

def initialize(sSN9Information = nil, displayLevel = nil)
  @sSN9Information = sSN9Information
  @displayLevel = displayLevel
end

Instance Attribute Details

#displayLevelObject

Returns the value of attribute displayLevel.



384
385
386
# File 'lib/docusign/docusign.rb', line 384

def displayLevel
  @displayLevel
end

#sSN9InformationObject

Returns the value of attribute sSN9Information.



383
384
385
# File 'lib/docusign/docusign.rb', line 383

def sSN9Information
  @sSN9Information
end