Class: SilkLayout::Layout::FlexLayout::Item

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_contentObject

Returns the value of attribute base_content

Returns:

  • (Object)

    the current value of base_content



6
7
8
# File 'lib/silk_layout/layout/flex_layout.rb', line 6

def base_content
  @base_content
end

#boxObject

Returns the value of attribute box

Returns:

  • (Object)

    the current value of box



6
7
8
# File 'lib/silk_layout/layout/flex_layout.rb', line 6

def box
  @box
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



6
7
8
# File 'lib/silk_layout/layout/flex_layout.rb', line 6

def line
  @line
end

#outer_mainObject

Returns the value of attribute outer_main

Returns:

  • (Object)

    the current value of outer_main



6
7
8
# File 'lib/silk_layout/layout/flex_layout.rb', line 6

def outer_main
  @outer_main
end

#target_contentObject

Returns the value of attribute target_content

Returns:

  • (Object)

    the current value of target_content



6
7
8
# File 'lib/silk_layout/layout/flex_layout.rb', line 6

def target_content
  @target_content
end