module Pingpp class User < AppBasedResource extend Pingpp::APIOperations::Create extend Pingpp::APIOperations::List include Pingpp::APIOperations::Delete include Pingpp::APIOperations::Update end end