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.28 lib/mandy/support/hdfs_location.rb
mandy-0.5.27 lib/mandy/support/hdfs_location.rb
mandy-0.5.26 lib/mandy/support/hdfs_location.rb
mandy-0.5.25 lib/mandy/support/hdfs_location.rb
mandy-0.5.24 lib/mandy/support/hdfs_location.rb
mandy-0.5.23 lib/mandy/support/hdfs_location.rb
mandy-0.5.22 lib/mandy/support/hdfs_location.rb
mandy-0.5.21 lib/mandy/support/hdfs_location.rb
mandy-0.5.20 lib/mandy/support/hdfs_location.rb
mandy-0.5.19 lib/mandy/support/hdfs_location.rb
mandy-0.5.17 lib/mandy/support/hdfs_location.rb
mandy-0.5.14 lib/mandy/support/hdfs_location.rb
mandy-0.5.13 lib/mandy/support/hdfs_location.rb
mandy-0.5.11 lib/mandy/support/hdfs_location.rb
mandy-0.5.10 lib/mandy/support/hdfs_location.rb
mandy-0.5.9 lib/mandy/support/hdfs_location.rb
mandy-0.5.8 lib/mandy/support/hdfs_location.rb
mandy-0.5.7 lib/mandy/support/hdfs_location.rb
mandy-0.5.6 lib/mandy/support/hdfs_location.rb
mandy-0.5.5 lib/mandy/support/hdfs_location.rb