``` ruby class AppConfig < Valuable has_value :stripe do has_value :secret_key has_value :public_key has_value :show_test_instructions end end ```