Sha256: 6194279d607943332afe42b35acbe40be960bd19e4a6697c5003342c56891f07
Contents?: true
Size: 191 Bytes
Versions: 4
Compression:
Stored size: 191 Bytes
Contents
module TD::Types # A file defined by a local path. # # @attr path [String] Local path to the file. class InputFile::Local < InputFile attribute :path, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems