Class: Mxup::PaneGroup
- Inherits:
-
Struct
- Object
- Struct
- Mxup::PaneGroup
- Defined in:
- lib/mxup/config.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#split ⇒ Object
Returns the value of attribute split.
-
#window_names ⇒ Object
Returns the value of attribute window_names.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
383 384 385 |
# File 'lib/mxup/config.rb', line 383 def name @name end |
#split ⇒ Object
Returns the value of attribute split
383 384 385 |
# File 'lib/mxup/config.rb', line 383 def split @split end |
#window_names ⇒ Object
Returns the value of attribute window_names
383 384 385 |
# File 'lib/mxup/config.rb', line 383 def window_names @window_names end |