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