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.



1434
1435
1436
# File 'lib/campaigning/soap/generated/default.rb', line 1434

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1432
1433
1434
# File 'lib/campaigning/soap/generated/default.rb', line 1432

def apiKey
  @apiKey
end