Class: Campaigning::ClientGetTemplates
- Inherits:
-
Object
- Object
- Campaigning::ClientGetTemplates
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Client.GetTemplates
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) ⇒ ClientGetTemplates
constructor
A new instance of ClientGetTemplates.
Constructor Details
#initialize(apiKey = nil, clientID = nil) ⇒ ClientGetTemplates
Returns a new instance of ClientGetTemplates.
1089 1090 1091 1092 |
# File 'lib/campaigning/soap/generated/default.rb', line 1089 def initialize(apiKey = nil, clientID = nil) @apiKey = apiKey @clientID = clientID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1086 1087 1088 |
# File 'lib/campaigning/soap/generated/default.rb', line 1086 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
1087 1088 1089 |
# File 'lib/campaigning/soap/generated/default.rb', line 1087 def clientID @clientID end |