Class: Campaigning::ClientGetSegments
- Inherits:
-
Object
- Object
- Campaigning::ClientGetSegments
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Client.GetSegments
apiKey - SOAP::SOAPString
clientID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#clientID ⇒ Object
Returns the value of attribute clientID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, clientID = nil) ⇒ ClientGetSegments
constructor
A new instance of ClientGetSegments.
Constructor Details
#initialize(apiKey = nil, clientID = nil) ⇒ ClientGetSegments
Returns a new instance of ClientGetSegments.
1043 1044 1045 1046 |
# File 'lib/campaigning/soap/generated/default.rb', line 1043 def initialize(apiKey = nil, clientID = nil) @apiKey = apiKey @clientID = clientID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1040 1041 1042 |
# File 'lib/campaigning/soap/generated/default.rb', line 1040 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
1041 1042 1043 |
# File 'lib/campaigning/soap/generated/default.rb', line 1041 def clientID @clientID end |