Sha256: 49e4c2df18052074ca4b83fcb5dcb67458e5fcdb6d2d1e25afc3783346c7e013
Contents?: true
Size: 800 Bytes
Versions: 3
Compression:
Stored size: 800 Bytes
Contents
# Phrase::Job ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **briefing** | **String** | | [optional] **due_date** | **DateTime** | | [optional] **state** | **String** | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::Job.new(id: null, name: null, briefing: null, due_date: null, state: null, created_at: null, updated_at: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.3 | docs/Job.md |
phrase-1.0.2 | docs/Job.md |
phrase-1.0.1 | docs/Job.md |