Class: Gemba::FrameStack::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/gemba/frame_stack.rb

Instance Attribute Summary collapse

Instance Attribute Details

#frameObject (readonly)

Returns the value of attribute frame



21
22
23
# File 'lib/gemba/frame_stack.rb', line 21

def frame
  @frame
end

#nameObject (readonly)

Returns the value of attribute name



21
22
23
# File 'lib/gemba/frame_stack.rb', line 21

def name
  @name
end