Class: DistributedPress::V1::Social::Allowlist

Inherits:
Blocklist
  • Object
show all
Defined in:
lib/distributed_press/v1/social/allowlist.rb

Overview

Manages Social Inbox allowlist

Examples:

DistributedPress::V1::Social::Allowlist.new(client: client)
DistributedPress::V1::Social::Allowlist.new(client: client, actor: '@[email protected]')

Constant Summary collapse

ENDPOINT =
'/allowlist'

Constants inherited from Blocklist

Blocklist::ACCEPT, Blocklist::CONTENT_TYPE

Instance Attribute Summary

Attributes inherited from Blocklist

#actor, #client

Method Summary

Methods inherited from Blocklist

#delete, #endpoint, #get, #initialize, #post

Constructor Details

This class inherits a constructor from DistributedPress::V1::Social::Blocklist