Class: Campaigning::UserGetSystemDate
- Inherits:
-
Object
- Object
- Campaigning::UserGetSystemDate
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/User.GetSystemDate
apiKey - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
Instance Method Summary collapse
-
#initialize(apiKey = nil) ⇒ UserGetSystemDate
constructor
A new instance of UserGetSystemDate.
Constructor Details
#initialize(apiKey = nil) ⇒ UserGetSystemDate
Returns a new instance of UserGetSystemDate.
1434 1435 1436 |
# File 'lib/campaigning/soap/generated/default.rb', line 1434 def initialize(apiKey = nil) @apiKey = apiKey end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1432 1433 1434 |
# File 'lib/campaigning/soap/generated/default.rb', line 1432 def apiKey @apiKey end |