Class: DotEnvAndroid::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/dotenv-android/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



14
15
16
# File 'lib/dotenv-android/cli.rb', line 14

def debug
  @debug
end

#outObject

Returns the value of attribute out

Returns:

  • (Object)

    the current value of out



14
15
16
# File 'lib/dotenv-android/cli.rb', line 14

def out
  @out
end

#package_nameObject

Returns the value of attribute package_name

Returns:

  • (Object)

    the current value of package_name



14
15
16
# File 'lib/dotenv-android/cli.rb', line 14

def package_name
  @package_name
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



14
15
16
# File 'lib/dotenv-android/cli.rb', line 14

def source
  @source
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



14
15
16
# File 'lib/dotenv-android/cli.rb', line 14

def verbose
  @verbose
end