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.
177 178 179 180 181 182 183 184 |
# File 'lib/campaigning/soap/generated/default.rb', line 177 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.
170 171 172 |
# File 'lib/campaigning/soap/generated/default.rb', line 170 def clientID @clientID end |
#companyName ⇒ Object
Returns the value of attribute companyName.
171 172 173 |
# File 'lib/campaigning/soap/generated/default.rb', line 171 def companyName @companyName end |
#contactName ⇒ Object
Returns the value of attribute contactName.
172 173 174 |
# File 'lib/campaigning/soap/generated/default.rb', line 172 def contactName @contactName end |
#country ⇒ Object
Returns the value of attribute country.
174 175 176 |
# File 'lib/campaigning/soap/generated/default.rb', line 174 def country @country end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
173 174 175 |
# File 'lib/campaigning/soap/generated/default.rb', line 173 def emailAddress @emailAddress end |
#timezone ⇒ Object
Returns the value of attribute timezone.
175 176 177 |
# File 'lib/campaigning/soap/generated/default.rb', line 175 def timezone @timezone end |