Class: ActionKitApi::UnsubscribePage

Inherits:
Page show all
Defined in:
lib/action_kit_api/page_types/unsubscribe.rb

Instance Attribute Summary

Attributes inherited from Page

#canonical_url, #custom_fields, #goal, #goal_type, #hidden, #hosted_with, #id, #lang, #list, #multilingual_campaign, #name, #required_fields, #status, #tags, #title, #type, #url

Attributes inherited from ApiDataModel

#created_at, #updated_at

Instance Method Summary collapse

Methods included from Searchable

included

Methods inherited from ApiDataModel

#safe_hash, #save, #to_hash, #update, #valid?

Constructor Details

#initialize(*args) ⇒ UnsubscribePage

Returns a new instance of UnsubscribePage.



5
6
7
8
# File 'lib/action_kit_api/page_types/unsubscribe.rb', line 5

def initialize(*args)
  @type = 'unsubscribe'
  super
end