Class: Dommy::Lock
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Lock
- Defined in:
- lib/dommy/navigator.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode
628 629 630 |
# File 'lib/dommy/navigator.rb', line 628 def mode @mode end |
#name ⇒ Object
Returns the value of attribute name
628 629 630 |
# File 'lib/dommy/navigator.rb', line 628 def name @name end |