Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 440 Bytes

AccountStatus.md

File metadata and controls

18 lines (12 loc) · 440 Bytes

Freeclimb::AccountStatus

Properties

Name Type Description Notes
CLOSED AccountStatus Represented in Ruby as "closed"
SUSPENDED AccountStatus Represented in Ruby as "suspended"
ACTIVE AccountStatus Represented in Ruby as "active"

Example

require 'freeclimb'

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