Class: DotEnvAndroid::Options
- Inherits:
-
Struct
- Object
- Struct
- DotEnvAndroid::Options
- Defined in:
- lib/dotenv-android/cli.rb
Instance Attribute Summary collapse
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#out ⇒ Object
Returns the value of attribute out.
-
#package_name ⇒ Object
Returns the value of attribute package_name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#debug ⇒ Object
Returns the value of attribute debug
14 15 16 |
# File 'lib/dotenv-android/cli.rb', line 14 def debug @debug end |
#out ⇒ Object
Returns the value of attribute out
14 15 16 |
# File 'lib/dotenv-android/cli.rb', line 14 def out @out end |
#package_name ⇒ Object
Returns the value of attribute package_name
14 15 16 |
# File 'lib/dotenv-android/cli.rb', line 14 def package_name @package_name end |
#source ⇒ Object
Returns the value of attribute source
14 15 16 |
# File 'lib/dotenv-android/cli.rb', line 14 def source @source end |
#verbose ⇒ Object
Returns the value of attribute verbose
14 15 16 |
# File 'lib/dotenv-android/cli.rb', line 14 def verbose @verbose end |