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



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

def action
  @action
end

#max_stringObject

Returns the value of attribute max_string

Returns:

  • (Object)

    the current value of max_string



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

def max_string
  @max_string
end

#min_stringObject

Returns the value of attribute min_string

Returns:

  • (Object)

    the current value of min_string



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

def min_string
  @min_string
end