class Vx::Lib::Message::JobLog

Public Class Methods

test_attributes(options = {}) click to toggle source
# File lib/vx/lib/message/testing.rb, line 43
def test_attributes(options = {})
  Message.common.merge(
    log: 'log',
    tm:  1376137604,
  ).merge(options)
end
test_message(options = {}) click to toggle source
# File lib/vx/lib/message/testing.rb, line 50
def test_message(options = {})
  new test_attributes(options)
end