class Vx::Lib::Message::Service
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( name: "postgres", version: "9.6" ).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