class FriendlyScore::Endpoints::UserStatus
Private Instance Methods
api_path()
click to toggle source
# File lib/friendly_score/endpoints/user_status.rb, line 11 def api_path "api/user/status.json" end
process_response(body)
click to toggle source
# File lib/friendly_score/endpoints/user_status.rb, line 7 def process_response body nil end
request_params(id, status, status_description)
click to toggle source
# File lib/friendly_score/endpoints/user_status.rb, line 15 def request_params id, status, status_description { "id" => id, "status" => status, "status_description" => status_description } end