class YARD::I18n::Message

def initialize(id)

Parameters:
  • id (String) -- the message ID of the translate target message.
def initialize(id)
  @id = id
  @locations = Set.new
  @comments = Set.new
end