Method: Redd::Models::Inboxable#block
- Defined in:
- lib/redd/models/inboxable.rb
#block ⇒ Object
Block the user that sent this item.
8 9 10 |
# File 'lib/redd/models/inboxable.rb', line 8 def block @client.post('/api/block', id: get_attribute(:name)) end |