Class: PennyTelContact
- Inherits:
-
Object
- Object
- PennyTelContact
- Defined in:
- lib/default.rb
Overview
http://pennytel.comPennyTelContact
displayName - SOAP::SOAPString
emailAddress - SOAP::SOAPString
faxNumber - SOAP::SOAPString
firstName - SOAP::SOAPString
group - SOAP::SOAPString
homeAddress - SOAP::SOAPString
homeCity - SOAP::SOAPString
homeCountry - SOAP::SOAPString
homeNumber - SOAP::SOAPString
homeState - SOAP::SOAPString
lastName - SOAP::SOAPString
mobileNumber - SOAP::SOAPString
officeAddress - SOAP::SOAPString
officeCity - SOAP::SOAPString
officeCountry - SOAP::SOAPString
officeNumber - SOAP::SOAPString
officeState - SOAP::SOAPString
others - SOAP::SOAPString
pennyTelNumber - SOAP::SOAPString
webSite - SOAP::SOAPString
Instance Attribute Summary collapse
-
#displayName ⇒ Object
Returns the value of attribute displayName.
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#faxNumber ⇒ Object
Returns the value of attribute faxNumber.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#group ⇒ Object
Returns the value of attribute group.
-
#homeAddress ⇒ Object
Returns the value of attribute homeAddress.
-
#homeCity ⇒ Object
Returns the value of attribute homeCity.
-
#homeCountry ⇒ Object
Returns the value of attribute homeCountry.
-
#homeNumber ⇒ Object
Returns the value of attribute homeNumber.
-
#homeState ⇒ Object
Returns the value of attribute homeState.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#mobileNumber ⇒ Object
Returns the value of attribute mobileNumber.
-
#officeAddress ⇒ Object
Returns the value of attribute officeAddress.
-
#officeCity ⇒ Object
Returns the value of attribute officeCity.
-
#officeCountry ⇒ Object
Returns the value of attribute officeCountry.
-
#officeNumber ⇒ Object
Returns the value of attribute officeNumber.
-
#officeState ⇒ Object
Returns the value of attribute officeState.
-
#others ⇒ Object
Returns the value of attribute others.
-
#pennyTelNumber ⇒ Object
Returns the value of attribute pennyTelNumber.
-
#webSite ⇒ Object
Returns the value of attribute webSite.
Instance Method Summary collapse
-
#initialize(displayName = nil, emailAddress = nil, faxNumber = nil, firstName = nil, group = nil, homeAddress = nil, homeCity = nil, homeCountry = nil, homeNumber = nil, homeState = nil, lastName = nil, mobileNumber = nil, officeAddress = nil, officeCity = nil, officeCountry = nil, officeNumber = nil, officeState = nil, others = nil, pennyTelNumber = nil, webSite = nil) ⇒ PennyTelContact
constructor
A new instance of PennyTelContact.
Constructor Details
#initialize(displayName = nil, emailAddress = nil, faxNumber = nil, firstName = nil, group = nil, homeAddress = nil, homeCity = nil, homeCountry = nil, homeNumber = nil, homeState = nil, lastName = nil, mobileNumber = nil, officeAddress = nil, officeCity = nil, officeCountry = nil, officeNumber = nil, officeState = nil, others = nil, pennyTelNumber = nil, webSite = nil) ⇒ PennyTelContact
Returns a new instance of PennyTelContact.
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
# File 'lib/default.rb', line 71 def initialize(displayName = nil, emailAddress = nil, faxNumber = nil, firstName = nil, group = nil, homeAddress = nil, homeCity = nil, homeCountry = nil, homeNumber = nil, homeState = nil, lastName = nil, mobileNumber = nil, officeAddress = nil, officeCity = nil, officeCountry = nil, officeNumber = nil, officeState = nil, others = nil, pennyTelNumber = nil, webSite = nil) @displayName = displayName @emailAddress = emailAddress @faxNumber = faxNumber @firstName = firstName @group = group @homeAddress = homeAddress @homeCity = homeCity @homeCountry = homeCountry @homeNumber = homeNumber @homeState = homeState @lastName = lastName @mobileNumber = mobileNumber @officeAddress = officeAddress @officeCity = officeCity @officeCountry = officeCountry @officeNumber = officeNumber @officeState = officeState @others = others @pennyTelNumber = pennyTelNumber @webSite = webSite end |
Instance Attribute Details
#displayName ⇒ Object
Returns the value of attribute displayName.
50 51 52 |
# File 'lib/default.rb', line 50 def displayName @displayName end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
51 52 53 |
# File 'lib/default.rb', line 51 def emailAddress @emailAddress end |
#faxNumber ⇒ Object
Returns the value of attribute faxNumber.
52 53 54 |
# File 'lib/default.rb', line 52 def faxNumber @faxNumber end |
#firstName ⇒ Object
Returns the value of attribute firstName.
53 54 55 |
# File 'lib/default.rb', line 53 def firstName @firstName end |
#group ⇒ Object
Returns the value of attribute group.
54 55 56 |
# File 'lib/default.rb', line 54 def group @group end |
#homeAddress ⇒ Object
Returns the value of attribute homeAddress.
55 56 57 |
# File 'lib/default.rb', line 55 def homeAddress @homeAddress end |
#homeCity ⇒ Object
Returns the value of attribute homeCity.
56 57 58 |
# File 'lib/default.rb', line 56 def homeCity @homeCity end |
#homeCountry ⇒ Object
Returns the value of attribute homeCountry.
57 58 59 |
# File 'lib/default.rb', line 57 def homeCountry @homeCountry end |
#homeNumber ⇒ Object
Returns the value of attribute homeNumber.
58 59 60 |
# File 'lib/default.rb', line 58 def homeNumber @homeNumber end |
#homeState ⇒ Object
Returns the value of attribute homeState.
59 60 61 |
# File 'lib/default.rb', line 59 def homeState @homeState end |
#lastName ⇒ Object
Returns the value of attribute lastName.
60 61 62 |
# File 'lib/default.rb', line 60 def lastName @lastName end |
#mobileNumber ⇒ Object
Returns the value of attribute mobileNumber.
61 62 63 |
# File 'lib/default.rb', line 61 def mobileNumber @mobileNumber end |
#officeAddress ⇒ Object
Returns the value of attribute officeAddress.
62 63 64 |
# File 'lib/default.rb', line 62 def officeAddress @officeAddress end |
#officeCity ⇒ Object
Returns the value of attribute officeCity.
63 64 65 |
# File 'lib/default.rb', line 63 def officeCity @officeCity end |
#officeCountry ⇒ Object
Returns the value of attribute officeCountry.
64 65 66 |
# File 'lib/default.rb', line 64 def officeCountry @officeCountry end |
#officeNumber ⇒ Object
Returns the value of attribute officeNumber.
65 66 67 |
# File 'lib/default.rb', line 65 def officeNumber @officeNumber end |
#officeState ⇒ Object
Returns the value of attribute officeState.
66 67 68 |
# File 'lib/default.rb', line 66 def officeState @officeState end |
#others ⇒ Object
Returns the value of attribute others.
67 68 69 |
# File 'lib/default.rb', line 67 def others @others end |
#pennyTelNumber ⇒ Object
Returns the value of attribute pennyTelNumber.
68 69 70 |
# File 'lib/default.rb', line 68 def pennyTelNumber @pennyTelNumber end |
#webSite ⇒ Object
Returns the value of attribute webSite.
69 70 71 |
# File 'lib/default.rb', line 69 def webSite @webSite end |