Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 537 Bytes

File metadata and controls

24 lines (16 loc) · 537 Bytes

AssignmentValue

The StackOne unified learning object type.

Example Usage

require "stackone_client"

value = AssignmentValue::CONTENT

# Open enum: use .deserialize() to create instances from custom string values
custom = AssignmentValue.deserialize("custom_value")

Values

Name Value
CONTENT content
COURSE course
COLLECTION collection
UNMAPPED_VALUE unmapped_value