Class: Btape::GenerateCommand::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



20
21
22
# File 'lib/btape/generate_command.rb', line 20

def client
  @client
end

#context_pathObject

Returns the value of attribute context_path

Returns:

  • (Object)

    the current value of context_path



20
21
22
# File 'lib/btape/generate_command.rb', line 20

def context_path
  @context_path
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



20
21
22
# File 'lib/btape/generate_command.rb', line 20

def help
  @help
end

#output_pathObject

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



20
21
22
# File 'lib/btape/generate_command.rb', line 20

def output_path
  @output_path
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



20
21
22
# File 'lib/btape/generate_command.rb', line 20

def verbose
  @verbose
end