Class: Docusign::SSN4InformationInput

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#displayLevelObject

Returns the value of attribute displayLevel.



324
325
326
# File 'lib/docusign/docusign.rb', line 324

def displayLevel
  @displayLevel
end

#receiveInResponseObject

Returns the value of attribute receiveInResponse.



325
326
327
# File 'lib/docusign/docusign.rb', line 325

def receiveInResponse
  @receiveInResponse
end

#sSN4InformationObject

Returns the value of attribute sSN4Information.



323
324
325
# File 'lib/docusign/docusign.rb', line 323

def sSN4Information
  @sSN4Information
end