Class: Btape::CLI::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#frames_directoryObject

Returns the value of attribute frames_directory

Returns:

  • (Object)

    the current value of frames_directory



12
13
14
# File 'lib/btape/cli.rb', line 12

def frames_directory
  @frames_directory
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



12
13
14
# File 'lib/btape/cli.rb', line 12

def help
  @help
end

#settingsObject

Returns the value of attribute settings

Returns:

  • (Object)

    the current value of settings



12
13
14
# File 'lib/btape/cli.rb', line 12

def settings
  @settings
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



12
13
14
# File 'lib/btape/cli.rb', line 12

def verbose
  @verbose
end