Class: SilkLayout::Layout::FlexLayout::Line
- Inherits:
-
Struct
- Object
- Struct
- SilkLayout::Layout::FlexLayout::Line
- Defined in:
- lib/silk_layout/layout/flex_layout.rb
Instance Attribute Summary collapse
-
#cross_size ⇒ Object
Returns the value of attribute cross_size.
-
#items ⇒ Object
Returns the value of attribute items.
-
#main_size ⇒ Object
Returns the value of attribute main_size.
Instance Attribute Details
#cross_size ⇒ Object
Returns the value of attribute cross_size
14 15 16 |
# File 'lib/silk_layout/layout/flex_layout.rb', line 14 def cross_size @cross_size end |
#items ⇒ Object
Returns the value of attribute items
14 15 16 |
# File 'lib/silk_layout/layout/flex_layout.rb', line 14 def items @items end |
#main_size ⇒ Object
Returns the value of attribute main_size
14 15 16 |
# File 'lib/silk_layout/layout/flex_layout.rb', line 14 def main_size @main_size end |