Class: Pocketbook::CLI::OptionsParser::ThemeResolveRequest
- Inherits:
-
Struct
- Object
- Struct
- Pocketbook::CLI::OptionsParser::ThemeResolveRequest
- Defined in:
- lib/pocketbook/cli/options_parser.rb
Instance Attribute Summary collapse
-
#style ⇒ Object
Returns the value of attribute style.
-
#theme_path ⇒ Object
Returns the value of attribute theme_path.
Instance Attribute Details
#style ⇒ Object
Returns the value of attribute style
90 91 92 |
# File 'lib/pocketbook/cli/options_parser.rb', line 90 def style @style end |
#theme_path ⇒ Object
Returns the value of attribute theme_path
90 91 92 |
# File 'lib/pocketbook/cli/options_parser.rb', line 90 def theme_path @theme_path end |