class Pronto::Punchlist::MessageCreator
Creates Pronto
messages
Constants
- MESSAGE
Public Instance Methods
create(path, line)
click to toggle source
# File lib/pronto/punchlist/message_creator.rb, line 13 def create(path, line) Message.new(path, line, :warning, MESSAGE, nil, Pronto::Punchlist) end