Sha256: a9438842a69ecf1af99ce85ae5c778b7597f50a74e159e10b4ae26736d3d1ae1

Contents?: true

Size: 362 Bytes

Versions: 35

Compression:

Stored size: 362 Bytes

Contents

module Veewee
  class Config
    class Component

      attr_accessor :provider
      
      attr_reader   :env

      def initialize(config)
        @env=config.env
      end

      def method_missing(m, *args, &block)  
#         env.ui.info "There's no method called #{m} here -- please try again."  
       end
             
    end
  end
end #Module Veewee

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
veewee-0.5.0.alpha4 lib/veewee/config/component.rb
veewee-0.5.0.alpha3 lib/veewee/config/component.rb
veewee-0.5.0.alpha2 lib/veewee/config/component.rb
veewee-0.5.0.alpha1 lib/veewee/config/component.rb
veewee-0.4.5.1 lib/veewee/config/component.rb
veewee-0.4.5 lib/veewee/config/component.rb
veewee-0.4.5.pre1 lib/veewee/config/component.rb
veewee-0.4.4 lib/veewee/config/component.rb
veewee-0.4.3 lib/veewee/config/component.rb
veewee-0.4.2 lib/veewee/config/component.rb
veewee-0.4.1 lib/veewee/config/component.rb
veewee-0.4.0 lib/veewee/config/component.rb
veewee-0.3.12 lib/veewee/config/component.rb
veewee-0.3.11 lib/veewee/config/component.rb
veewee-0.3.10 lib/veewee/config/component.rb
veewee-0.3.9 lib/veewee/config/component.rb
veewee-atlassian-0.3.11 lib/veewee/config/component.rb
veewee-0.3.7 lib/veewee/config/component.rb
veewee-0.3.6 lib/veewee/config/component.rb
veewee-0.3.5 lib/veewee/config/component.rb