Class: Heya::Config
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Heya::Config
- Defined in:
- lib/heya/config.rb
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
7 8 9 10 11 12 13 14 15 |
# File 'lib/heya/config.rb', line 7 def initialize super( user_type: "User", campaigns: OpenStruct.new( priority: [], default_options: {} ), ) end |