Class: Types::ProgramType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::ProgramType
- Defined in:
- app/graphql/types/program_type.rb
Instance Method Summary collapse
Instance Method Details
#status ⇒ Object
29 30 31 |
# File 'app/graphql/types/program_type.rb', line 29 def status %i[DRAFT SOON ACTIVE COMPLETED][object.status] end |