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.
958 959 960 961 |
# File 'lib/campaigning/soap/generated/default.rb', line 958 def initialize(apiKey = nil, clientID = nil) @apiKey = apiKey @clientID = clientID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
955 956 957 |
# File 'lib/campaigning/soap/generated/default.rb', line 955 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
956 957 958 |
# File 'lib/campaigning/soap/generated/default.rb', line 956 def clientID @clientID end |