Class: Vx::Message::JobStatus
- Inherits:
-
Object
- Object
- Vx::Message::JobStatus
- Includes:
- Beefcake::Message
- Defined in:
- lib/vx/message/testing.rb,
lib/vx/message/messages.pb.rb
Defined Under Namespace
Modules: Status
Class Method Summary collapse
Class Method Details
.test_attributes(options = {}) ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/vx/message/testing.rb', line 10 def test_attributes( = {}) { project_id: 1, build_id: 1, job_id: 2, status: 0, tm: 1376137604, }.merge() end |
.test_message(options = {}) ⇒ Object
20 21 22 |
# File 'lib/vx/message/testing.rb', line 20 def ( = {}) new test_attributes() end |