Method: Ayadn::Endpoints#blocked

Defined in:
lib/ayadn/endpoints.rb

#blocked(options) ⇒ Object



164
165
166
# File 'lib/ayadn/endpoints.rb', line 164

def blocked(options)
  "#{@users_url}me/blocked/?access_token=#{Settings.user_token}&count=#{options[:count]}&before_id=#{options[:before_id]}"
end