Class: RubyCurses::Split
Overview
Split contains info for a component added. weight is preferred weight and can contain value :AUTO. act_weight has the weight calculated. Often, last component can be nil, remainder will be assigned to it.
Instance Attribute Summary collapse
-
#act_weight ⇒ Object
Returns the value of attribute act_weight.
-
#type ⇒ Object
Returns the value of attribute type.
-
#weight ⇒ Object
Returns the value of attribute weight.
-
#which ⇒ Object
Returns the value of attribute which.
Instance Attribute Details
#act_weight ⇒ Object
Returns the value of attribute act_weight
32 33 34 |
# File 'lib/rbcurse/rvimsplit.rb', line 32 def act_weight @act_weight end |
#type ⇒ Object
Returns the value of attribute type
32 33 34 |
# File 'lib/rbcurse/rvimsplit.rb', line 32 def type @type end |
#weight ⇒ Object
Returns the value of attribute weight
32 33 34 |
# File 'lib/rbcurse/rvimsplit.rb', line 32 def weight @weight end |
#which ⇒ Object
Returns the value of attribute which
32 33 34 |
# File 'lib/rbcurse/rvimsplit.rb', line 32 def which @which end |