Class: Mxup::PaneGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/mxup/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



207
208
209
# File 'lib/mxup/config.rb', line 207

def name
  @name
end

#splitObject

Returns the value of attribute split

Returns:

  • (Object)

    the current value of split



207
208
209
# File 'lib/mxup/config.rb', line 207

def split
  @split
end

#window_namesObject

Returns the value of attribute window_names

Returns:

  • (Object)

    the current value of window_names



207
208
209
# File 'lib/mxup/config.rb', line 207

def window_names
  @window_names
end