Class: Docusign::AddressBookItem

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#accountNameObject

Returns the value of attribute accountName.



1933
1934
1935
# File 'lib/docusign/docusign.rb', line 1933

def accountName
  @accountName
end

#addressBookIDObject

Returns the value of attribute addressBookID.



1930
1931
1932
# File 'lib/docusign/docusign.rb', line 1930

def addressBookID
  @addressBookID
end

#createdObject

Returns the value of attribute created.



1935
1936
1937
# File 'lib/docusign/docusign.rb', line 1935

def created
  @created
end

#emailObject

Returns the value of attribute email.



1931
1932
1933
# File 'lib/docusign/docusign.rb', line 1931

def email
  @email
end

#ownerObject

Returns the value of attribute owner.



1936
1937
1938
# File 'lib/docusign/docusign.rb', line 1936

def owner
  @owner
end

#phone1Object

Returns the value of attribute phone1.



1937
1938
1939
# File 'lib/docusign/docusign.rb', line 1937

def phone1
  @phone1
end

#phone2Object

Returns the value of attribute phone2.



1938
1939
1940
# File 'lib/docusign/docusign.rb', line 1938

def phone2
  @phone2
end

#phone3Object

Returns the value of attribute phone3.



1939
1940
1941
# File 'lib/docusign/docusign.rb', line 1939

def phone3
  @phone3
end

#phone4Object

Returns the value of attribute phone4.



1940
1941
1942
# File 'lib/docusign/docusign.rb', line 1940

def phone4
  @phone4
end

#sharedObject

Returns the value of attribute shared.



1934
1935
1936
# File 'lib/docusign/docusign.rb', line 1934

def shared
  @shared
end

#userNameObject

Returns the value of attribute userName.



1932
1933
1934
# File 'lib/docusign/docusign.rb', line 1932

def userName
  @userName
end