class Evrone::CI::Message::BuildInfo

Public Class Methods

test_attributes(options = {}) click to toggle source
# File lib/evrone/ci/message/testing.rb, line 11
def test_attributes(options = {})
  {
    build_id:       1,
    commit_author:  'Автор по русски',
    commit_message: 'Сообщение по русски',
  }.merge(options)
end
test_message(options = {}) click to toggle source
# File lib/evrone/ci/message/testing.rb, line 19
def test_message(options = {})
  new test_attributes(options)
end