Class: ROTP::Arguments::Options
- Inherits:
-
Struct
- Object
- Struct
- ROTP::Arguments::Options
- Defined in:
- lib/rotp/arguments.rb
Instance Attribute Summary collapse
-
#counter ⇒ Object
Returns the value of attribute counter.
-
#digest ⇒ Object
Returns the value of attribute digest.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#time ⇒ Object
Returns the value of attribute time.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#counter ⇒ Object
Returns the value of attribute counter
5 6 7 |
# File 'lib/rotp/arguments.rb', line 5 def counter @counter end |
#digest ⇒ Object
Returns the value of attribute digest
5 6 7 |
# File 'lib/rotp/arguments.rb', line 5 def digest @digest end |
#mode ⇒ Object
Returns the value of attribute mode
5 6 7 |
# File 'lib/rotp/arguments.rb', line 5 def mode @mode end |
#secret ⇒ Object
Returns the value of attribute secret
5 6 7 |
# File 'lib/rotp/arguments.rb', line 5 def secret @secret end |
#time ⇒ Object
Returns the value of attribute time
5 6 7 |
# File 'lib/rotp/arguments.rb', line 5 def time @time end |
#warnings ⇒ Object
Returns the value of attribute warnings
5 6 7 |
# File 'lib/rotp/arguments.rb', line 5 def warnings @warnings end |