Method: Ayadn::App#unrepost

Defined in:
lib/ayadn/app.rb

#unrepost(*post_id) ⇒ Object



373
374
375
# File 'lib/ayadn/app.rb', line 373

def unrepost(*post_id)
  Action.new.unrepost(post_id, options)
end