Method: Onebox::LayoutSupport#layout

Defined in:
lib/onebox/layout_support.rb

#layoutObject



10
11
12
# File 'lib/onebox/layout_support.rb', line 10

def layout
  @layout ||= Layout.new(self.class.onebox_name, data)
end