Module: Pinnacle::Types::NetworkRequestStatus
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/pinnacle/types/network_request_status.rb
Constant Summary collapse
- STARTED =
"started"- CHALLENGE_ISSUED =
"challenge-issued"- COMPLETED =
"completed"- FAILED =
"failed"- EXPIRED =
"expired"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values