Class: OptionsStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/deploy/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#config_fileObject

Returns the value of attribute config_file

Returns:

  • (Object)

    the current value of config_file



10
11
12
# File 'lib/deploy/cli.rb', line 10

def config_file
  @config_file
end

#config_files_deploymentObject

Returns the value of attribute config_files_deployment

Returns:

  • (Object)

    the current value of config_files_deployment



10
11
12
# File 'lib/deploy/cli.rb', line 10

def config_files_deployment
  @config_files_deployment
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



10
11
12
# File 'lib/deploy/cli.rb', line 10

def project
  @project
end