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
207 208 209 |
# File 'lib/mxup/config.rb', line 207 def name @name end |
#split ⇒ Object
Returns the value of attribute split
207 208 209 |
# File 'lib/mxup/config.rb', line 207 def split @split end |
#window_names ⇒ Object
Returns the value of attribute window_names
207 208 209 |
# File 'lib/mxup/config.rb', line 207 def window_names @window_names end |