Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 663 Bytes

File metadata and controls

21 lines (15 loc) · 663 Bytes

Freeclimb::ExportStatus

Properties

Name Type Description Notes
INTAKING ExportStatus Represented in Ruby as "intaking"
QUEUED ExportStatus Represented in Ruby as "queued"
IN_PROGRESS ExportStatus Represented in Ruby as "inProgress"
COMPLETED ExportStatus Represented in Ruby as "completed"
FAILED ExportStatus Represented in Ruby as "failed"
DELETED ExportStatus Represented in Ruby as "deleted"

Example

require 'freeclimb'

instance = Freeclimb::ExportStatus::[NAME OF ENUM]