Class: Pocketbook::CLI::OptionsParser::ThemeNewRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#forceObject

Returns the value of attribute force

Returns:

  • (Object)

    the current value of force



89
90
91
# File 'lib/pocketbook/cli/options_parser.rb', line 89

def force
  @force
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



89
90
91
# File 'lib/pocketbook/cli/options_parser.rb', line 89

def name
  @name
end

#target_rootObject

Returns the value of attribute target_root

Returns:

  • (Object)

    the current value of target_root



89
90
91
# File 'lib/pocketbook/cli/options_parser.rb', line 89

def target_root
  @target_root
end

#with_templateObject

Returns the value of attribute with_template

Returns:

  • (Object)

    the current value of with_template



89
90
91
# File 'lib/pocketbook/cli/options_parser.rb', line 89

def with_template
  @with_template
end