Class: Pageflow::Panorama::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/pageflow/panorama/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_pathObject

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

#providersObject

Returns the value of attribute providers.



4
5
6
# File 'lib/pageflow/panorama/configuration.rb', line 4

def providers
  @providers
end