Class: Breadcrumbs::Render::OrderedList

Inherits:
List
  • Object
show all
Defined in:
lib/breadcrumbs/render/ordered_list.rb

Overview

:nodoc: all

Instance Attribute Summary

Attributes inherited from Base

#breadcrumbs, #default_options, #output_buffer

Instance Method Summary collapse

Methods inherited from List

#render, #render_item

Methods inherited from Base

#initialize, #tag

Constructor Details

This class inherits a constructor from Breadcrumbs::Render::Base

Instance Method Details

#list_styleObject



6
7
8
# File 'lib/breadcrumbs/render/ordered_list.rb', line 6

def list_style
  :ol
end