Method: Pantry::Commands::UpdateApplication#to_message

Defined in:
lib/pantry/commands/update_application.rb

#to_messageObject



14
15
16
17
18
19
# File 'lib/pantry/commands/update_application.rb', line 14

def to_message
  super.tap do |msg|
    msg << @application_name
    msg << @config_body
  end
end