Class: Pageflow::Panorama::Configuration
- Inherits:
-
Object
- Object
- Pageflow::Panorama::Configuration
- Defined in:
- lib/pageflow/panorama/configuration.rb
Instance Attribute Summary collapse
-
#packages_base_path ⇒ Object
Returns the value of attribute packages_base_path.
-
#providers ⇒ Object
Returns the value of attribute providers.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 9 |
# File 'lib/pageflow/panorama/configuration.rb', line 6 def initialize @providers = [] @packages_base_path = '' end |
Instance Attribute Details
#packages_base_path ⇒ Object
Returns the value of attribute packages_base_path.
4 5 6 |
# File 'lib/pageflow/panorama/configuration.rb', line 4 def packages_base_path @packages_base_path end |
#providers ⇒ Object
Returns the value of attribute providers.
4 5 6 |
# File 'lib/pageflow/panorama/configuration.rb', line 4 def providers @providers end |