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.
1454 1455 1456 |
# File 'lib/campaigning/soap/generated/default.rb', line 1454 def initialize(apiKey = nil) @apiKey = apiKey end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1452 1453 1454 |
# File 'lib/campaigning/soap/generated/default.rb', line 1452 def apiKey @apiKey end |