Class: Docusign::Attachment
- Inherits:
-
Object
- Object
- Docusign::Attachment
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0Attachment
data - SOAP::SOAPBase64
label - SOAP::SOAPString
type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#label ⇒ Object
Returns the value of attribute label.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(data = nil, label = nil, type = nil) ⇒ Attachment
constructor
A new instance of Attachment.
Constructor Details
#initialize(data = nil, label = nil, type = nil) ⇒ Attachment
Returns a new instance of Attachment.
380 381 382 383 384 |
# File 'lib/docusign/docusign.rb', line 380 def initialize(data = nil, label = nil, type = nil) @data = data @label = label @type = type end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
376 377 378 |
# File 'lib/docusign/docusign.rb', line 376 def data @data end |
#label ⇒ Object
Returns the value of attribute label.
377 378 379 |
# File 'lib/docusign/docusign.rb', line 377 def label @label end |
#type ⇒ Object
Returns the value of attribute type.
378 379 380 |
# File 'lib/docusign/docusign.rb', line 378 def type @type end |