Class: Pray::Config::PrayLocalConfig
- Inherits:
-
Struct
- Object
- Struct
- Pray::Config::PrayLocalConfig
- Defined in:
- lib/pray/config.rb
Instance Attribute Summary collapse
-
#package ⇒ Object
Returns the value of attribute package.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(package: {}, source: {}) ⇒ PrayLocalConfig
constructor
A new instance of PrayLocalConfig.
Constructor Details
#initialize(package: {}, source: {}) ⇒ PrayLocalConfig
Returns a new instance of PrayLocalConfig.
14 15 16 |
# File 'lib/pray/config.rb', line 14 def initialize(package: {}, source: {}) super end |
Instance Attribute Details
#package ⇒ Object
Returns the value of attribute package
13 14 15 |
# File 'lib/pray/config.rb', line 13 def package @package end |
#source ⇒ Object
Returns the value of attribute source
13 14 15 |
# File 'lib/pray/config.rb', line 13 def source @source end |