Class: PhraseApp::ResponseObjects::Job
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- PhraseApp::ResponseObjects::Job
- Defined in:
- lib/phraseapp-ruby.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(hash) ⇒ Job
constructor
briefing, created_at, due_date, id, name, state, updated_at,.
Constructor Details
#initialize(hash) ⇒ Job
briefing, created_at, due_date, id, name, state, updated_at,
178 179 180 181 |
# File 'lib/phraseapp-ruby.rb', line 178 def initialize(hash) super(hash) PhraseApp.handle_times(self) end |