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

#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