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



383
384
385
# File 'lib/mxup/config.rb', line 383

def name
  @name
end

#splitObject

Returns the value of attribute split

Returns:

  • (Object)

    the current value of split



383
384
385
# File 'lib/mxup/config.rb', line 383

def split
  @split
end

#window_namesObject

Returns the value of attribute window_names

Returns:

  • (Object)

    the current value of window_names



383
384
385
# File 'lib/mxup/config.rb', line 383

def window_names
  @window_names
end