class Mida::Vocabulary::Custom
Provides `Mida` helper funcion to search vocabulatu or create new Mida::Vocabulary::Custom
Attributes
itemtype[R]
Public Class Methods
new(itemtype)
click to toggle source
# File lib/green_monkey/ext/mida.rb, line 7 def initialize(itemtype) @itemtype = %r{#{itemtype}} end