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
phone1 - Docusign::AddressBookPhoneNumber
phone2 - Docusign::AddressBookPhoneNumber
phone3 - Docusign::AddressBookPhoneNumber
phone4 - Docusign::AddressBookPhoneNumber
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.
-
#phone1 ⇒ Object
Returns the value of attribute phone1.
-
#phone2 ⇒ Object
Returns the value of attribute phone2.
-
#phone3 ⇒ Object
Returns the value of attribute phone3.
-
#phone4 ⇒ Object
Returns the value of attribute phone4.
-
#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, phone1 = nil, phone2 = nil, phone3 = nil, phone4 = 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, phone1 = nil, phone2 = nil, phone3 = nil, phone4 = nil) ⇒ AddressBookItem
Returns a new instance of AddressBookItem.
1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 |
# File 'lib/docusign/docusign.rb', line 1942 def initialize(addressBookID = nil, email = nil, userName = nil, accountName = nil, shared = nil, created = nil, owner = nil, phone1 = nil, phone2 = nil, phone3 = nil, phone4 = nil) @addressBookID = addressBookID @email = email @userName = userName @accountName = accountName @shared = shared @created = created @owner = owner @phone1 = phone1 @phone2 = phone2 @phone3 = phone3 @phone4 = phone4 end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
1933 1934 1935 |
# File 'lib/docusign/docusign.rb', line 1933 def accountName @accountName end |
#addressBookID ⇒ Object
Returns the value of attribute addressBookID.
1930 1931 1932 |
# File 'lib/docusign/docusign.rb', line 1930 def addressBookID @addressBookID end |
#created ⇒ Object
Returns the value of attribute created.
1935 1936 1937 |
# File 'lib/docusign/docusign.rb', line 1935 def created @created end |
#email ⇒ Object
Returns the value of attribute email.
1931 1932 1933 |
# File 'lib/docusign/docusign.rb', line 1931 def email @email end |
#owner ⇒ Object
Returns the value of attribute owner.
1936 1937 1938 |
# File 'lib/docusign/docusign.rb', line 1936 def owner @owner end |
#phone1 ⇒ Object
Returns the value of attribute phone1.
1937 1938 1939 |
# File 'lib/docusign/docusign.rb', line 1937 def phone1 @phone1 end |
#phone2 ⇒ Object
Returns the value of attribute phone2.
1938 1939 1940 |
# File 'lib/docusign/docusign.rb', line 1938 def phone2 @phone2 end |
#phone3 ⇒ Object
Returns the value of attribute phone3.
1939 1940 1941 |
# File 'lib/docusign/docusign.rb', line 1939 def phone3 @phone3 end |
#phone4 ⇒ Object
Returns the value of attribute phone4.
1940 1941 1942 |
# File 'lib/docusign/docusign.rb', line 1940 def phone4 @phone4 end |
#shared ⇒ Object
Returns the value of attribute shared.
1934 1935 1936 |
# File 'lib/docusign/docusign.rb', line 1934 def shared @shared end |
#userName ⇒ Object
Returns the value of attribute userName.
1932 1933 1934 |
# File 'lib/docusign/docusign.rb', line 1932 def userName @userName end |