Class: Campaigning::ClientBasicDetails
- Inherits:
-
Object
- Object
- Campaigning::ClientBasicDetails
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/ClientBasicDetails
clientID - SOAP::SOAPString
companyName - SOAP::SOAPString
contactName - SOAP::SOAPString
emailAddress - SOAP::SOAPString
country - SOAP::SOAPString
timezone - SOAP::SOAPString
Instance Attribute Summary collapse
-
#clientID ⇒ Object
Returns the value of attribute clientID.
-
#companyName ⇒ Object
Returns the value of attribute companyName.
-
#contactName ⇒ Object
Returns the value of attribute contactName.
-
#country ⇒ Object
Returns the value of attribute country.
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
Instance Method Summary collapse
-
#initialize(clientID = nil, companyName = nil, contactName = nil, emailAddress = nil, country = nil, timezone = nil) ⇒ ClientBasicDetails
constructor
A new instance of ClientBasicDetails.
Constructor Details
#initialize(clientID = nil, companyName = nil, contactName = nil, emailAddress = nil, country = nil, timezone = nil) ⇒ ClientBasicDetails
Returns a new instance of ClientBasicDetails.
160 161 162 163 164 165 166 167 |
# File 'lib/campaigning/soap/generated/default.rb', line 160 def initialize(clientID = nil, companyName = nil, contactName = nil, emailAddress = nil, country = nil, timezone = nil) @clientID = clientID @companyName = companyName @contactName = contactName @emailAddress = emailAddress @country = country @timezone = timezone end |
Instance Attribute Details
#clientID ⇒ Object
Returns the value of attribute clientID.
153 154 155 |
# File 'lib/campaigning/soap/generated/default.rb', line 153 def clientID @clientID end |
#companyName ⇒ Object
Returns the value of attribute companyName.
154 155 156 |
# File 'lib/campaigning/soap/generated/default.rb', line 154 def companyName @companyName end |
#contactName ⇒ Object
Returns the value of attribute contactName.
155 156 157 |
# File 'lib/campaigning/soap/generated/default.rb', line 155 def contactName @contactName end |
#country ⇒ Object
Returns the value of attribute country.
157 158 159 |
# File 'lib/campaigning/soap/generated/default.rb', line 157 def country @country end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
156 157 158 |
# File 'lib/campaigning/soap/generated/default.rb', line 156 def emailAddress @emailAddress end |
#timezone ⇒ Object
Returns the value of attribute timezone.
158 159 160 |
# File 'lib/campaigning/soap/generated/default.rb', line 158 def timezone @timezone end |