method
value_config?
v1.1.6 -
Show latest stable
- Class:
MetaConfigAPI
value_config?(name)public
No documentation available.
# File actionwebservice/setup.rb, line 423
def value_config?(name)
case ConfigTable.lookup(name).config_type
when 'bool', 'path'
true
else
false
end
end