Method: OryClient::NormalizedProject#state
- Defined in:
- lib/ory-client/models/normalized_project.rb
#state ⇒ Object
The state of the project. running Running halted Halted deleted Deleted
32 33 34 |
# File 'lib/ory-client/models/normalized_project.rb', line 32 def state @state end |