Class: Kapusta::CLI::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapusta/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compileObject

Returns the value of attribute compile

Returns:

  • (Object)

    the current value of compile



8
9
10
# File 'lib/kapusta/cli.rb', line 8

def compile
  @compile
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



8
9
10
# File 'lib/kapusta/cli.rb', line 8

def help
  @help
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/kapusta/cli.rb', line 8

def version
  @version
end