Class: SfCli::Sf::Project::Core::GenerateResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



14
15
16
# File 'lib/sf_cli/sf/project/core.rb', line 14

def files
  @files
end

#output_dirObject

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



14
15
16
# File 'lib/sf_cli/sf/project/core.rb', line 14

def output_dir
  @output_dir
end

#raw_outputObject

Returns the value of attribute raw_output

Returns:

  • (Object)

    the current value of raw_output



14
15
16
# File 'lib/sf_cli/sf/project/core.rb', line 14

def raw_output
  @raw_output
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



14
15
16
# File 'lib/sf_cli/sf/project/core.rb', line 14

def warnings
  @warnings
end