Class: Bitferry::Endpoint
- Inherits:
-
Object
- Object
- Bitferry::Endpoint
- Defined in:
- lib/bitferry.rb
Defined Under Namespace
Classes: Bitferry, Local, Rclone
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.restore(hash) ⇒ Object
1363 1364 1365 1366 1367 |
# File 'lib/bitferry.rb', line 1363 def self.restore(hash) endpoint = allocate endpoint.send(:restore, hash) endpoint end |