Class: Campaigning::UserGetCountries
- Inherits:
-
Object
- Object
- Campaigning::UserGetCountries
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/User.GetCountries
apiKey - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
Instance Method Summary collapse
-
#initialize(apiKey = nil) ⇒ UserGetCountries
constructor
A new instance of UserGetCountries.
Constructor Details
#initialize(apiKey = nil) ⇒ UserGetCountries
Returns a new instance of UserGetCountries.
1474 1475 1476 |
# File 'lib/campaigning/soap/generated/default.rb', line 1474 def initialize(apiKey = nil) @apiKey = apiKey end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1472 1473 1474 |
# File 'lib/campaigning/soap/generated/default.rb', line 1472 def apiKey @apiKey end |