Class: MarketingCloudSDK::DataExtension::Column

Inherits:
Objects::Base show all
Includes:
Objects::Soap::Read
Defined in:
lib/marketingcloudsdk/objects.rb

Instance Attribute Summary

Attributes included from Objects::Soap::Read

#filter

Attributes inherited from Objects::Base

#client, #properties

Instance Method Summary collapse

Methods included from Objects::Soap::Read

#info

Methods inherited from Objects::Base

id, #props

Instance Method Details

#getObject



432
433
434
435
436
437
438
# File 'lib/marketingcloudsdk/objects.rb', line 432

def get
	if filter and filter.kind_of? Hash and \
       filter.include? 'Property' and filter['Property'] == 'CustomerKey'
		filter['Property'] = 'DataExtension.CustomerKey'
	end
	super
end

#idObject



429
430
431
# File 'lib/marketingcloudsdk/objects.rb', line 429

def id
	'DataExtensionField'
end