Sha256: e7cd98201bf1b6e2c39ccc2a1902bd4ce1ab23984ed4eed389754a6acd5fad69

Contents?: true

Size: 215 Bytes

Versions: 9

Compression:

Stored size: 215 Bytes

Contents

class EndecaOnDemand
  class Proxy
    
    def method_missing(method, *args, &block)
      unless self.instance_variables.include?(:"@#{method}")
        "#{method} is unavailable."
      end
    end
    
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
endeca_on_demand-1.0.1 lib/endeca_on_demand/proxy.rb
endeca_on_demand-1.0.0 lib/endeca_on_demand/proxy.rb
endeca_on_demand-0.9.9.7 lib/endeca_on_demand/proxy.rb
endeca_on_demand-0.9.9.6 lib/endeca_on_demand/proxy.rb
endeca_on_demand-0.9.9.5 lib/endeca_on_demand/proxy.rb
endeca_on_demand-0.9.9.2 lib/endeca_on_demand/proxy.rb
endeca_on_demand-0.9.9.1 lib/endeca_on_demand/proxy.rb
endeca_on_demand-0.9.9 lib/endeca_on_demand/proxy.rb
endeca_on_demand-0.9.8 lib/endeca_on_demand/proxy.rb