Class: Campaigning::ClientDelete

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

Overview

/Client.Delete

apiKey - SOAP::SOAPString
clientID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, clientID = nil) ⇒ ClientDelete

Returns a new instance of ClientDelete.



1078
1079
1080
1081
# File 'lib/campaigning/soap/generated/default.rb', line 1078

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1075
1076
1077
# File 'lib/campaigning/soap/generated/default.rb', line 1075

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



1076
1077
1078
# File 'lib/campaigning/soap/generated/default.rb', line 1076

def clientID
  @clientID
end