Class: Rad::Kit

Inherits:
Object
  • Object
show all
Defined in:
lib/kit/kit.rb

Overview

Configs

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#default_itemObject

Returns the value of attribute default_item.



5
6
7
# File 'lib/kit/kit.rb', line 5

def default_item
  @default_item
end

#tags_countObject

Returns the value of attribute tags_count.



5
6
7
# File 'lib/kit/kit.rb', line 5

def tags_count
  @tags_count
end

#use_code_highlighterObject

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

#itemsObject



7
# File 'lib/kit/kit.rb', line 7

def items; @items ||= [] end