Module: Cheveret::Table::Sizing::Sizable
- Defined in:
- lib/cheveret/table/sizing.rb
Overview
ClassMethods
Instance Attribute Summary collapse
-
#flexible ⇒ Object
Returns the value of attribute flexible.
- #size ⇒ Object
- #width ⇒ Object
Instance Method Summary collapse
Instance Attribute Details
#flexible ⇒ Object
Returns the value of attribute flexible.
46 47 48 |
# File 'lib/cheveret/table/sizing.rb', line 46 def flexible @flexible end |
#size ⇒ Object
58 59 60 |
# File 'lib/cheveret/table/sizing.rb', line 58 def size @size end |
#width ⇒ Object
65 66 67 |
# File 'lib/cheveret/table/sizing.rb', line 65 def width @width end |
Instance Method Details
#flexible? ⇒ Boolean
51 52 53 |
# File 'lib/cheveret/table/sizing.rb', line 51 def flexible? @flexible == true end |