Class: Pocketbook::CLI::OptionsParser::ThemeGetRequest
- Inherits:
-
Struct
- Object
- Struct
- Pocketbook::CLI::OptionsParser::ThemeGetRequest
- Defined in:
- lib/pocketbook/cli/options_parser.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
Returns the value of attribute dry_run.
-
#force ⇒ Object
Returns the value of attribute force.
-
#into ⇒ Object
Returns the value of attribute into.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#dry_run ⇒ Object
Returns the value of attribute dry_run
91 92 93 |
# File 'lib/pocketbook/cli/options_parser.rb', line 91 def dry_run @dry_run end |
#force ⇒ Object
Returns the value of attribute force
91 92 93 |
# File 'lib/pocketbook/cli/options_parser.rb', line 91 def force @force end |
#into ⇒ Object
Returns the value of attribute into
91 92 93 |
# File 'lib/pocketbook/cli/options_parser.rb', line 91 def into @into end |
#name ⇒ Object
Returns the value of attribute name
91 92 93 |
# File 'lib/pocketbook/cli/options_parser.rb', line 91 def name @name end |
#ref ⇒ Object
Returns the value of attribute ref
91 92 93 |
# File 'lib/pocketbook/cli/options_parser.rb', line 91 def ref @ref end |
#url ⇒ Object
Returns the value of attribute url
91 92 93 |
# File 'lib/pocketbook/cli/options_parser.rb', line 91 def url @url end |