Class: RockBooks::CommandLineInterface::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/rock_books/cmd_line/command_line_interface.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



22
23
24
# File 'lib/rock_books/cmd_line/command_line_interface.rb', line 22

def action
  @action
end

#max_stringObject

Returns the value of attribute max_string

Returns:

  • (Object)

    the current value of max_string



22
23
24
# File 'lib/rock_books/cmd_line/command_line_interface.rb', line 22

def max_string
  @max_string
end

#min_stringObject

Returns the value of attribute min_string

Returns:

  • (Object)

    the current value of min_string



22
23
24
# File 'lib/rock_books/cmd_line/command_line_interface.rb', line 22

def min_string
  @min_string
end