Class: Mvn2::DefaultTypes

Inherits:
Object
  • Object
show all
Extended by:
PluginType, TypeHelper
Defined in:
lib/mvn2/plugin.rb

Class Method Summary collapse

Class Method Details

.def_varsObject



191
192
193
194
195
196
197
198
# File 'lib/mvn2/plugin.rb', line 191

def self.def_vars
  register_variable :options
  register_variable :result
  register_variable :runner
  register_variable :cmd
  register_variable :cmd_clean
  register_variable :message_text
end