Class: IPFS::Commands::Add
- Inherits:
-
Object
- Object
- IPFS::Commands::Add
- Defined in:
- lib/ipfs/commands/add.rb
Class Method Summary collapse
Class Method Details
.call(client, file) ⇒ Object
9 10 11 |
# File 'lib/ipfs/commands/add.rb', line 9 def self.call(client, file) parse query(client, file) end |