Class: MarketingCloudSDK::ET_List

Inherits:
ET_CUDSupport show all
Defined in:
lib/new.rb

Defined Under Namespace

Classes: Subscriber

Instance Attribute Summary

Attributes inherited from ET_GetSupport

#filter

Attributes inherited from ET_BaseObject

#authStub, #endpoint, #lastRequestID, #obj, #props

Instance Method Summary collapse

Methods inherited from ET_CUDSupport

#delete, #patch, #post

Methods inherited from ET_GetSupport

#get, #getMoreResults, #info

Constructor Details

#initializeET_List

Returns a new instance of ET_List.



1158
1159
1160
1161
# File 'lib/new.rb', line 1158

def initialize
  super
  @obj = 'List'
end