Sha256: c64387ec4a50317eb6dfd1399bfefbf1c368a1977e1dca9b1cb0025016821700
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
module Nextcloud module Ruby module Models class Directory attr_reader :id, :path def initialize(id, path) @id = id @path = path end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nextcloud-ruby-0.1.2 | lib/nextcloud/ruby/models/directory.rb |
nextcloud-ruby-0.1.1 | lib/nextcloud/ruby/models/directory.rb |