Method: Caty::OptionConstructor.types

Defined in:
lib/caty/option_constructor.rb

.typesObject

Returns an array of all the option types registered.



27
28
29
# File 'lib/caty/option_constructor.rb', line 27

def types
    @types ||= Array.new
end