Class: ROTP::Arguments::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/rotp/arguments.rb

Instance Attribute Summary collapse

Instance Attribute Details

#counterObject

Returns the value of attribute counter

Returns:

  • (Object)

    the current value of counter



5
6
7
# File 'lib/rotp/arguments.rb', line 5

def counter
  @counter
end

#digestObject

Returns the value of attribute digest

Returns:

  • (Object)

    the current value of digest



5
6
7
# File 'lib/rotp/arguments.rb', line 5

def digest
  @digest
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



5
6
7
# File 'lib/rotp/arguments.rb', line 5

def mode
  @mode
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



5
6
7
# File 'lib/rotp/arguments.rb', line 5

def secret
  @secret
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



5
6
7
# File 'lib/rotp/arguments.rb', line 5

def time
  @time
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



5
6
7
# File 'lib/rotp/arguments.rb', line 5

def warnings
  @warnings
end