Class: RemoveAddressBookEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

http://pennytel.comremoveAddressBookEntry

id - SOAP::SOAPString
password - SOAP::SOAPString
criteria - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#criteriaObject

Returns the value of attribute criteria.



381
382
383
# File 'lib/default.rb', line 381

def criteria
  @criteria
end

#idObject

Returns the value of attribute id.



379
380
381
# File 'lib/default.rb', line 379

def id
  @id
end

#passwordObject

Returns the value of attribute password.



380
381
382
# File 'lib/default.rb', line 380

def password
  @password
end