class Bifrost::Entity

Types that require access to the message bus should inherit this type. We've chosen inheritance at this point, perhaps a mixin might be a better approach

Public Class Methods

new() click to toggle source
# File lib/bifrost/entity.rb, line 7
def initialize
  @bus ||= Bifrost::Bus.new
end