class Docusign::Attachment

{www.docusign.net/API/3.0}Attachment

data - SOAP::SOAPBase64
label - SOAP::SOAPString
type - SOAP::SOAPString

Attributes

data[RW]
label[RW]
type[RW]

Public Class Methods

new(data = nil, label = nil, type = nil) click to toggle source
# File lib/docusign/docusign.rb, line 415
def initialize(data = nil, label = nil, type = nil)
  @data = data
  @label = label
  @type = type
end