Class: Pocketbook::CLI::OptionsParser::ThemeGetRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runObject

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



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

def dry_run
  @dry_run
end

#forceObject

Returns the value of attribute force

Returns:

  • (Object)

    the current value of force



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

def force
  @force
end

#intoObject

Returns the value of attribute into

Returns:

  • (Object)

    the current value of into



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

def into
  @into
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



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

def ref
  @ref
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end