Class: Gemba::FrameStack::Entry
- Inherits:
-
Data
- Object
- Data
- Gemba::FrameStack::Entry
- Defined in:
- lib/gemba/frame_stack.rb
Instance Attribute Summary collapse
-
#frame ⇒ Object
readonly
Returns the value of attribute frame.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#frame ⇒ Object (readonly)
Returns the value of attribute frame
21 22 23 |
# File 'lib/gemba/frame_stack.rb', line 21 def frame @frame end |
#name ⇒ Object (readonly)
Returns the value of attribute name
21 22 23 |
# File 'lib/gemba/frame_stack.rb', line 21 def name @name end |