Sha256: 7966db9ae6cbee45c2d47d7770c2ea481bbcdc901689f6301cab4855282fcf61

Contents?: true

Size: 160 Bytes

Versions: 46

Compression:

Stored size: 160 Bytes

Contents

module Mandy
  class HdfsLocation
    attr_reader :path
    
    def initialize(path)
      @path = path
    end
    
    def to_s
      @path
    end
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
mandy-0.5.3 lib/mandy/support/hdfs_location.rb
mandy-0.5.2 lib/mandy/support/hdfs_location.rb
mandy-0.5.1 lib/mandy/support/hdfs_location.rb
mandy-0.5 lib/mandy/support/hdfs_location.rb
mandy-0.4.996 lib/mandy/support/hdfs_location.rb
mandy-0.4.995 lib/mandy/support/hdfs_location.rb
mandy-0.4.994 lib/mandy/support/hdfs_location.rb
mandy-0.4.993 lib/mandy/support/hdfs_location.rb
mandy-0.4.992 lib/mandy/support/hdfs_location.rb
mandy-0.4.991 lib/mandy/support/hdfs_location.rb
mandy-0.4.99 lib/support/hdfs_location.rb
mandy-0.4.98 lib/support/hdfs_location.rb
mandy-0.4.97 lib/support/hdfs_location.rb
mandy-0.4.96 lib/support/hdfs_location.rb
mandy-0.4.95 lib/support/hdfs_location.rb
mandy-0.4.94 lib/support/hdfs_location.rb
mandy-0.4.93 lib/support/hdfs_location.rb
mandy-0.4.92 lib/support/hdfs_location.rb
mandy-0.4.91 lib/support/hdfs_location.rb
mandy-0.4.90 lib/support/hdfs_location.rb