Class: TRMNLP::Commands::Init::Options
- Inherits:
-
Data
- Object
- Data
- TRMNLP::Commands::Init::Options
- Defined in:
- lib/trmnlp/commands/init.rb
Instance Attribute Summary collapse
-
#dir ⇒ Object
readonly
Returns the value of attribute dir.
-
#quiet ⇒ Object
readonly
Returns the value of attribute quiet.
-
#skip_git ⇒ Object
readonly
Returns the value of attribute skip_git.
-
#skip_liquid ⇒ Object
readonly
Returns the value of attribute skip_liquid.
Instance Attribute Details
#dir ⇒ Object (readonly)
Returns the value of attribute dir
10 11 12 |
# File 'lib/trmnlp/commands/init.rb', line 10 def dir @dir end |
#quiet ⇒ Object (readonly)
Returns the value of attribute quiet
10 11 12 |
# File 'lib/trmnlp/commands/init.rb', line 10 def quiet @quiet end |
#skip_git ⇒ Object (readonly)
Returns the value of attribute skip_git
10 11 12 |
# File 'lib/trmnlp/commands/init.rb', line 10 def skip_git @skip_git end |
#skip_liquid ⇒ Object (readonly)
Returns the value of attribute skip_liquid
10 11 12 |
# File 'lib/trmnlp/commands/init.rb', line 10 def skip_liquid @skip_liquid end |