Class: Docusign::AddressBookItem
- Inherits:
-
Object
- Object
- Docusign::AddressBookItem
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0AddressBookItem
addressBookID - SOAP::SOAPString
email - SOAP::SOAPString
userName - SOAP::SOAPString
accountName - SOAP::SOAPString
shared - SOAP::SOAPBoolean
created - SOAP::SOAPDateTime
owner - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#addressBookID ⇒ Object
Returns the value of attribute addressBookID.
-
#created ⇒ Object
Returns the value of attribute created.
-
#email ⇒ Object
Returns the value of attribute email.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#shared ⇒ Object
Returns the value of attribute shared.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(addressBookID = nil, email = nil, userName = nil, accountName = nil, shared = nil, created = nil, owner = nil) ⇒ AddressBookItem
constructor
A new instance of AddressBookItem.
Constructor Details
#initialize(addressBookID = nil, email = nil, userName = nil, accountName = nil, shared = nil, created = nil, owner = nil) ⇒ AddressBookItem
Returns a new instance of AddressBookItem.
1684 1685 1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/docusign/docusign.rb', line 1684 def initialize(addressBookID = nil, email = nil, userName = nil, accountName = nil, shared = nil, created = nil, owner = nil) @addressBookID = addressBookID @email = email @userName = userName @accountName = accountName @shared = shared @created = created @owner = owner end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
1679 1680 1681 |
# File 'lib/docusign/docusign.rb', line 1679 def accountName @accountName end |
#addressBookID ⇒ Object
Returns the value of attribute addressBookID.
1676 1677 1678 |
# File 'lib/docusign/docusign.rb', line 1676 def addressBookID @addressBookID end |
#created ⇒ Object
Returns the value of attribute created.
1681 1682 1683 |
# File 'lib/docusign/docusign.rb', line 1681 def created @created end |
#email ⇒ Object
Returns the value of attribute email.
1677 1678 1679 |
# File 'lib/docusign/docusign.rb', line 1677 def email @email end |
#owner ⇒ Object
Returns the value of attribute owner.
1682 1683 1684 |
# File 'lib/docusign/docusign.rb', line 1682 def owner @owner end |
#shared ⇒ Object
Returns the value of attribute shared.
1680 1681 1682 |
# File 'lib/docusign/docusign.rb', line 1680 def shared @shared end |
#userName ⇒ Object
Returns the value of attribute userName.
1678 1679 1680 |
# File 'lib/docusign/docusign.rb', line 1678 def userName @userName end |