Class: Pocketbook::CLI::OptionsParser::ThemeResolveRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



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

def style
  @style
end

#theme_pathObject

Returns the value of attribute theme_path

Returns:

  • (Object)

    the current value of theme_path



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

def theme_path
  @theme_path
end