class Vx::Lib::Message::JobStatus

Public Class Methods

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