Class: Vx::Lib::Message::JobLog
- Inherits:
-
Object
- Object
- Vx::Lib::Message::JobLog
- 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
Class Method Summary collapse
Class Method Details
.test_attributes(options = {}) ⇒ Object
59 60 61 62 63 64 |
# File 'lib/vx/lib/message/testing.rb', line 59 def test_attributes( = {}) Message.common.merge( log: 'log', tm: 1376137604, ).merge() end |
.test_message(options = {}) ⇒ Object
66 67 68 |
# File 'lib/vx/lib/message/testing.rb', line 66 def ( = {}) new test_attributes() end |