Class: Campaigning::SubscriberAddWithCustomFieldsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/Subscriber.AddWithCustomFieldsResponse

subscriber_AddWithCustomFieldsResult - Campaigning::Result

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(subscriber_AddWithCustomFieldsResult = nil) ⇒ SubscriberAddWithCustomFieldsResponse

Returns a new instance of SubscriberAddWithCustomFieldsResponse.



388
389
390
# File 'lib/campaigning/soap/generated/default.rb', line 388

def initialize(subscriber_AddWithCustomFieldsResult = nil)
  @subscriber_AddWithCustomFieldsResult = subscriber_AddWithCustomFieldsResult
end

Instance Attribute Details

#subscriber_AddWithCustomFieldsResultObject

Returns the value of attribute subscriber_AddWithCustomFieldsResult.



386
387
388
# File 'lib/campaigning/soap/generated/default.rb', line 386

def subscriber_AddWithCustomFieldsResult
  @subscriber_AddWithCustomFieldsResult
end