method
bool_config?
v1.1.6 -
Show latest stable
- Class:
MetaConfigAPI
bool_config?(name)public
No documentation available.
# File actionwebservice/setup.rb, line 415
def bool_config?(name)
ConfigTable.lookup(name).config_type == 'bool'
end