Class: Campaigning::ClientGetSegments

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

Overview

/Client.GetSegments

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClientGetSegments.



889
890
891
892
# File 'lib/campaigning/soap/generated/default.rb', line 889

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



886
887
888
# File 'lib/campaigning/soap/generated/default.rb', line 886

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



887
888
889
# File 'lib/campaigning/soap/generated/default.rb', line 887

def clientID
  @clientID
end