Class: SilkLayout::Layout::FlexLayout::Line

Inherits:
Struct
  • Object
show all
Defined in:
lib/silk_layout/layout/flex_layout.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cross_sizeObject

Returns the value of attribute cross_size

Returns:

  • (Object)

    the current value of cross_size



14
15
16
# File 'lib/silk_layout/layout/flex_layout.rb', line 14

def cross_size
  @cross_size
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



14
15
16
# File 'lib/silk_layout/layout/flex_layout.rb', line 14

def items
  @items
end

#main_sizeObject

Returns the value of attribute main_size

Returns:

  • (Object)

    the current value of main_size



14
15
16
# File 'lib/silk_layout/layout/flex_layout.rb', line 14

def main_size
  @main_size
end