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