valuable
                                
                                
                                
                                    valuable copied to clipboard
                            
                            
                            
                        has_value should accept blocks
class AppConfig < Valuable
  has_value :stripe do
    has_value :secret_key
    has_value :public_key
    has_value :show_test_instructions
  end
end