Class: TRMNLP::Commands::Init::Options

Inherits:
Data
  • Object
show all
Defined in:
lib/trmnlp/commands/init.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dirObject (readonly)

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



10
11
12
# File 'lib/trmnlp/commands/init.rb', line 10

def dir
  @dir
end

#quietObject (readonly)

Returns the value of attribute quiet

Returns:

  • (Object)

    the current value of quiet



10
11
12
# File 'lib/trmnlp/commands/init.rb', line 10

def quiet
  @quiet
end

#skip_gitObject (readonly)

Returns the value of attribute skip_git

Returns:

  • (Object)

    the current value of skip_git



10
11
12
# File 'lib/trmnlp/commands/init.rb', line 10

def skip_git
  @skip_git
end

#skip_liquidObject (readonly)

Returns the value of attribute skip_liquid

Returns:

  • (Object)

    the current value of skip_liquid



10
11
12
# File 'lib/trmnlp/commands/init.rb', line 10

def skip_liquid
  @skip_liquid
end