Class: Vx::Lib::Message::JobStatus
- Inherits:
-
Object
- Object
- Vx::Lib::Message::JobStatus
- Includes:
- Beefcake::Message
- Defined in:
- lib/vx/lib/message/testing.rb,
lib/vx/lib/message/messages.pb.rb,
lib/vx/lib/message/messages.pb.rb
Defined Under Namespace
Modules: Status
Class Method Summary collapse
Class Method Details
.test_attributes(options = {}) ⇒ Object
42 43 44 45 46 47 |
# File 'lib/vx/lib/message/testing.rb', line 42 def test_attributes( = {}) Message.common.merge( status: 0, tm: 1376137604, ).merge() end |
.test_message(options = {}) ⇒ Object
49 50 51 |
# File 'lib/vx/lib/message/testing.rb', line 49 def ( = {}) new test_attributes() end |