Class: Pray::Config::PrayConfig
- Inherits:
-
Struct
- Object
- Struct
- Pray::Config::PrayConfig
- Defined in:
- lib/pray/config.rb
Instance Attribute Summary collapse
-
#local ⇒ Object
Returns the value of attribute local.
Instance Method Summary collapse
-
#initialize(local: PrayLocalConfig.new) ⇒ PrayConfig
constructor
A new instance of PrayConfig.
Constructor Details
#initialize(local: PrayLocalConfig.new) ⇒ PrayConfig
Returns a new instance of PrayConfig.
8 9 10 |
# File 'lib/pray/config.rb', line 8 def initialize(local: PrayLocalConfig.new) super end |
Instance Attribute Details
#local ⇒ Object
Returns the value of attribute local
7 8 9 |
# File 'lib/pray/config.rb', line 7 def local @local end |