Class: SilkLayout::Layout::FlexLayout::Item
- Inherits:
-
Struct
- Object
- Struct
- SilkLayout::Layout::FlexLayout::Item
- Defined in:
- lib/silk_layout/layout/flex_layout.rb
Instance Attribute Summary collapse
-
#base_content ⇒ Object
Returns the value of attribute base_content.
-
#box ⇒ Object
Returns the value of attribute box.
-
#line ⇒ Object
Returns the value of attribute line.
-
#outer_main ⇒ Object
Returns the value of attribute outer_main.
-
#target_content ⇒ Object
Returns the value of attribute target_content.
Instance Attribute Details
#base_content ⇒ Object
Returns the value of attribute base_content
6 7 8 |
# File 'lib/silk_layout/layout/flex_layout.rb', line 6 def base_content @base_content end |
#box ⇒ Object
Returns the value of attribute box
6 7 8 |
# File 'lib/silk_layout/layout/flex_layout.rb', line 6 def box @box end |
#line ⇒ Object
Returns the value of attribute line
6 7 8 |
# File 'lib/silk_layout/layout/flex_layout.rb', line 6 def line @line end |
#outer_main ⇒ Object
Returns the value of attribute outer_main
6 7 8 |
# File 'lib/silk_layout/layout/flex_layout.rb', line 6 def outer_main @outer_main end |
#target_content ⇒ Object
Returns the value of attribute target_content
6 7 8 |
# File 'lib/silk_layout/layout/flex_layout.rb', line 6 def target_content @target_content end |