Class: Gemba::ModalStack::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



24
25
26
# File 'lib/gemba/modal_stack.rb', line 24

def name
  @name
end

#show_argsObject (readonly)

Returns the value of attribute show_args

Returns:

  • (Object)

    the current value of show_args



24
25
26
# File 'lib/gemba/modal_stack.rb', line 24

def show_args
  @show_args
end

#windowObject (readonly)

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



24
25
26
# File 'lib/gemba/modal_stack.rb', line 24

def window
  @window
end