Method: Terraspace::All::Preview#initialize

Defined in:
lib/terraspace/all/preview.rb

#initialize(command, batches, options = {}) ⇒ Preview

Returns a new instance of Preview.



7
8
9
# File 'lib/terraspace/all/preview.rb', line 7

def initialize(command, batches, options={})
  @command, @batches, @options = command, batches, options
end