Class: Marty::VwPromise::VirtualRoot
- Inherits:
-
Object
- Object
- Marty::VwPromise::VirtualRoot
- Defined in:
- app/models/marty/vw_promise.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.primary_key ⇒ Object
15 16 17 |
# File 'app/models/marty/vw_promise.rb', line 15 def self.primary_key 'id' end |
Instance Method Details
#id ⇒ Object
19 20 21 |
# File 'app/models/marty/vw_promise.rb', line 19 def id 'root' end |
#job_id ⇒ Object
27 28 29 |
# File 'app/models/marty/vw_promise.rb', line 27 def job_id 0 end |
#status ⇒ Object
31 32 33 |
# File 'app/models/marty/vw_promise.rb', line 31 def status true end |
#user_id ⇒ Object
23 24 25 |
# File 'app/models/marty/vw_promise.rb', line 23 def user_id 0 end |