Class: TrophyApiClient::PointsTriggerType

Inherits:
Object
  • Object
show all
Defined in:
lib/trophy_api_client/types/points_trigger_type.rb

Overview

The type of trigger

Constant Summary collapse

METRIC =
"metric"
ACHIEVEMENT =
"achievement"
STREAK =
"streak"
TIME =
"time"
USER_CREATION =
"user_creation"