Class: Gemba::ModalStack::Entry
- Inherits:
-
Data
- Object
- Data
- Gemba::ModalStack::Entry
- Defined in:
- lib/gemba/modal_stack.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#show_args ⇒ Object
readonly
Returns the value of attribute show_args.
-
#window ⇒ Object
readonly
Returns the value of attribute window.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
24 25 26 |
# File 'lib/gemba/modal_stack.rb', line 24 def name @name end |
#show_args ⇒ Object (readonly)
Returns the value of attribute show_args
24 25 26 |
# File 'lib/gemba/modal_stack.rb', line 24 def show_args @show_args end |
#window ⇒ Object (readonly)
Returns the value of attribute window
24 25 26 |
# File 'lib/gemba/modal_stack.rb', line 24 def window @window end |