Class: Campaigning::UserGetSystemDate

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/User.GetSystemDate

apiKey - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil) ⇒ UserGetSystemDate

Returns a new instance of UserGetSystemDate.



1257
1258
1259
# File 'lib/campaigning/soap/generated/default.rb', line 1257

def initialize(apiKey = nil)
  @apiKey = apiKey
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1255
1256
1257
# File 'lib/campaigning/soap/generated/default.rb', line 1255

def apiKey
  @apiKey
end