Class: InsertOrUpdateAddressBookEntries
- Inherits:
-
Object
- Object
- InsertOrUpdateAddressBookEntries
- Defined in:
- lib/default.rb
Overview
http://pennytel.cominsertOrUpdateAddressBookEntries
id - SOAP::SOAPString
password - SOAP::SOAPString
contacts - PennyTelContact
Instance Attribute Summary collapse
-
#contacts ⇒ Object
Returns the value of attribute contacts.
-
#id ⇒ Object
Returns the value of attribute id.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(id = nil, password = nil, contacts = []) ⇒ InsertOrUpdateAddressBookEntries
constructor
A new instance of InsertOrUpdateAddressBookEntries.
Constructor Details
#initialize(id = nil, password = nil, contacts = []) ⇒ InsertOrUpdateAddressBookEntries
Returns a new instance of InsertOrUpdateAddressBookEntries.
339 340 341 342 343 |
# File 'lib/default.rb', line 339 def initialize(id = nil, password = nil, contacts = []) @id = id @password = password @contacts = contacts end |
Instance Attribute Details
#contacts ⇒ Object
Returns the value of attribute contacts.
337 338 339 |
# File 'lib/default.rb', line 337 def contacts @contacts end |
#id ⇒ Object
Returns the value of attribute id.
335 336 337 |
# File 'lib/default.rb', line 335 def id @id end |
#password ⇒ Object
Returns the value of attribute password.
336 337 338 |
# File 'lib/default.rb', line 336 def password @password end |