Class: RemoveAddressBookEntry
- Inherits:
-
Object
- Object
- RemoveAddressBookEntry
- Defined in:
- lib/default.rb
Overview
http://pennytel.comremoveAddressBookEntry
id - SOAP::SOAPString
password - SOAP::SOAPString
criteria - SOAP::SOAPString
Instance Attribute Summary collapse
-
#criteria ⇒ Object
Returns the value of attribute criteria.
-
#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, criteria = nil) ⇒ RemoveAddressBookEntry
constructor
A new instance of RemoveAddressBookEntry.
Constructor Details
#initialize(id = nil, password = nil, criteria = nil) ⇒ RemoveAddressBookEntry
Returns a new instance of RemoveAddressBookEntry.
383 384 385 386 387 |
# File 'lib/default.rb', line 383 def initialize(id = nil, password = nil, criteria = nil) @id = id @password = password @criteria = criteria end |
Instance Attribute Details
#criteria ⇒ Object
Returns the value of attribute criteria.
381 382 383 |
# File 'lib/default.rb', line 381 def criteria @criteria end |
#id ⇒ Object
Returns the value of attribute id.
379 380 381 |
# File 'lib/default.rb', line 379 def id @id end |
#password ⇒ Object
Returns the value of attribute password.
380 381 382 |
# File 'lib/default.rb', line 380 def password @password end |