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.



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_AddWithCustomFieldsResultObject

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