Class: Campaigning::ClientCreateResponse
- Inherits:
-
Object
- Object
- Campaigning::ClientCreateResponse
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Client.CreateResponse
client_CreateResult - (any)
Instance Attribute Summary collapse
-
#client_CreateResult ⇒ Object
Returns the value of attribute client_CreateResult.
Instance Method Summary collapse
-
#initialize(client_CreateResult = nil) ⇒ ClientCreateResponse
constructor
A new instance of ClientCreateResponse.
Constructor Details
#initialize(client_CreateResult = nil) ⇒ ClientCreateResponse
Returns a new instance of ClientCreateResponse.
1135 1136 1137 |
# File 'lib/campaigning/soap/generated/default.rb', line 1135 def initialize(client_CreateResult = nil) @client_CreateResult = client_CreateResult end |
Instance Attribute Details
#client_CreateResult ⇒ Object
Returns the value of attribute client_CreateResult.
1133 1134 1135 |
# File 'lib/campaigning/soap/generated/default.rb', line 1133 def client_CreateResult @client_CreateResult end |