Class: Ipfs::Client
- Inherits:
-
Object
- Object
- Ipfs::Client
- Defined in:
- lib/ipfs-api.rb
Instance Method Summary collapse
- #cat(multi_hash) ⇒ Object
- #id ⇒ Object
-
#initialize(server = {}) ⇒ Client
constructor
A new instance of Client.
- #ls(multi_hash) ⇒ Object
- #version ⇒ Object
Constructor Details
Instance Method Details
#cat(multi_hash) ⇒ Object
22 23 24 |
# File 'lib/ipfs-api.rb', line 22 def cat(multi_hash) execute Command::Cat, Multihash.new(multi_hash) end |