Class: SilkLayout::Layout::AnonymousBlockBox

Inherits:
Box
  • Object
show all
Defined in:
lib/silk_layout/layout/box.rb

Instance Attribute Summary

Attributes inherited from Box

#background_color, #border, #border_color, #children, #display, #explicit_height, #explicit_width, #flex, #has_border, #height, #margin, #node, #padding, #width, #x, #y

Instance Method Summary collapse

Methods inherited from Box

#add_child, #border_box_height, #border_box_width, #border_box_x, #border_box_y

Constructor Details

#initializeAnonymousBlockBox

Returns a new instance of AnonymousBlockBox.



75
76
77
# File 'lib/silk_layout/layout/box.rb', line 75

def initialize
  super(nil)
end