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