Class: Campaigning::UserGetTimezones
- Inherits:
-
Object
- Object
- Campaigning::UserGetTimezones
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/User.GetTimezones
apiKey - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
Instance Method Summary collapse
-
#initialize(apiKey = nil) ⇒ UserGetTimezones
constructor
A new instance of UserGetTimezones.
Constructor Details
#initialize(apiKey = nil) ⇒ UserGetTimezones
Returns a new instance of UserGetTimezones.
1277 1278 1279 |
# File 'lib/campaigning/soap/generated/default.rb', line 1277 def initialize(apiKey = nil) @apiKey = apiKey end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1275 1276 1277 |
# File 'lib/campaigning/soap/generated/default.rb', line 1275 def apiKey @apiKey end |