Class: SfCli::Sf::Project::Core::GenerateResult
- Inherits:
-
Struct
- Object
- Struct
- SfCli::Sf::Project::Core::GenerateResult
- Defined in:
- lib/sf_cli/sf/project/core.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
Returns the value of attribute files.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#raw_output ⇒ Object
Returns the value of attribute raw_output.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
14 15 16 |
# File 'lib/sf_cli/sf/project/core.rb', line 14 def files @files end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
14 15 16 |
# File 'lib/sf_cli/sf/project/core.rb', line 14 def output_dir @output_dir end |
#raw_output ⇒ Object
Returns the value of attribute raw_output
14 15 16 |
# File 'lib/sf_cli/sf/project/core.rb', line 14 def raw_output @raw_output end |
#warnings ⇒ Object
Returns the value of attribute warnings
14 15 16 |
# File 'lib/sf_cli/sf/project/core.rb', line 14 def warnings @warnings end |