Class: Campaigning::ClientGetSuppressionListResponse
- Inherits:
-
Object
- Object
- Campaigning::ClientGetSuppressionListResponse
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Client.GetSuppressionListResponse
client_GetSuppressionListResult - (any)
Instance Attribute Summary collapse
-
#client_GetSuppressionListResult ⇒ Object
Returns the value of attribute client_GetSuppressionListResult.
Instance Method Summary collapse
-
#initialize(client_GetSuppressionListResult = nil) ⇒ ClientGetSuppressionListResponse
constructor
A new instance of ClientGetSuppressionListResponse.
Constructor Details
#initialize(client_GetSuppressionListResult = nil) ⇒ ClientGetSuppressionListResponse
Returns a new instance of ClientGetSuppressionListResponse.
1077 1078 1079 |
# File 'lib/campaigning/soap/generated/default.rb', line 1077 def initialize(client_GetSuppressionListResult = nil) @client_GetSuppressionListResult = client_GetSuppressionListResult end |
Instance Attribute Details
#client_GetSuppressionListResult ⇒ Object
Returns the value of attribute client_GetSuppressionListResult.
1075 1076 1077 |
# File 'lib/campaigning/soap/generated/default.rb', line 1075 def client_GetSuppressionListResult @client_GetSuppressionListResult end |