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