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.



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

#displayLevelObject

Returns the value of attribute displayLevel.



359
360
361
# File 'lib/docusign/docusign.rb', line 359

def displayLevel
  @displayLevel
end

#receiveInResponseObject

Returns the value of attribute receiveInResponse.



360
361
362
# File 'lib/docusign/docusign.rb', line 360

def receiveInResponse
  @receiveInResponse
end

#sSN4InformationObject

Returns the value of attribute sSN4Information.



358
359
360
# File 'lib/docusign/docusign.rb', line 358

def sSN4Information
  @sSN4Information
end