Class: Campaigning::SubscriberAddWithCustomFieldsResponse
- Inherits:
-
Object
- Object
- Campaigning::SubscriberAddWithCustomFieldsResponse
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Subscriber.AddWithCustomFieldsResponse
subscriber_AddWithCustomFieldsResult - Campaigning::Result
Instance Attribute Summary collapse
-
#subscriber_AddWithCustomFieldsResult ⇒ Object
Returns the value of attribute subscriber_AddWithCustomFieldsResult.
Instance Method Summary collapse
-
#initialize(subscriber_AddWithCustomFieldsResult = nil) ⇒ SubscriberAddWithCustomFieldsResponse
constructor
A new instance of SubscriberAddWithCustomFieldsResponse.
Constructor Details
#initialize(subscriber_AddWithCustomFieldsResult = nil) ⇒ SubscriberAddWithCustomFieldsResponse
Returns a new instance of SubscriberAddWithCustomFieldsResponse.
519 520 521 |
# File 'lib/campaigning/soap/generated/default.rb', line 519 def initialize(subscriber_AddWithCustomFieldsResult = nil) @subscriber_AddWithCustomFieldsResult = subscriber_AddWithCustomFieldsResult end |
Instance Attribute Details
#subscriber_AddWithCustomFieldsResult ⇒ Object
Returns the value of attribute subscriber_AddWithCustomFieldsResult.
517 518 519 |
# File 'lib/campaigning/soap/generated/default.rb', line 517 def subscriber_AddWithCustomFieldsResult @subscriber_AddWithCustomFieldsResult end |