class Arv::Collection::CollectionItem
Attributes
name[R]
path[R]
Public Class Methods
new(path)
click to toggle source
# File lib/arvados/collection.rb, line 226 def initialize(path) @path = path @name = File.basename(path) end