Class: Rad::Kit
- Inherits:
-
Object
- Object
- Rad::Kit
- Defined in:
- lib/kit/kit.rb
Overview
Configs
Instance Attribute Summary collapse
-
#default_item ⇒ Object
Returns the value of attribute default_item.
-
#tags_count ⇒ Object
Returns the value of attribute tags_count.
-
#use_code_highlighter ⇒ Object
Returns the value of attribute use_code_highlighter.
Instance Method Summary collapse
Instance Attribute Details
#default_item ⇒ Object
Returns the value of attribute default_item.
5 6 7 |
# File 'lib/kit/kit.rb', line 5 def default_item @default_item end |
#tags_count ⇒ Object
Returns the value of attribute tags_count.
5 6 7 |
# File 'lib/kit/kit.rb', line 5 def @tags_count end |
#use_code_highlighter ⇒ Object
Returns the value of attribute use_code_highlighter.
5 6 7 |
# File 'lib/kit/kit.rb', line 5 def use_code_highlighter @use_code_highlighter end |
Instance Method Details
#items ⇒ Object
7 |
# File 'lib/kit/kit.rb', line 7 def items; @items ||= [] end |