Class: SfCli::Sf::Project::Generate::GenerateResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/sf_cli/sf/project/generate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



3
4
5
# File 'lib/sf_cli/sf/project/generate.rb', line 3

def files
  @files
end

#output_dirObject

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



3
4
5
# File 'lib/sf_cli/sf/project/generate.rb', line 3

def output_dir
  @output_dir
end

#raw_outputObject

Returns the value of attribute raw_output

Returns:

  • (Object)

    the current value of raw_output



3
4
5
# File 'lib/sf_cli/sf/project/generate.rb', line 3

def raw_output
  @raw_output
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



3
4
5
# File 'lib/sf_cli/sf/project/generate.rb', line 3

def warnings
  @warnings
end