Class: Wdmc::Storage
- Inherits:
-
Thor
- Object
- Thor
- Wdmc::Storage
- Defined in:
- lib/wdmc/storage.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Storage
constructor
A new instance of Storage.
- #shares ⇒ Object
Constructor Details
#initialize(*args) ⇒ Storage
Returns a new instance of Storage.
12 13 14 15 |
# File 'lib/wdmc/storage.rb', line 12 def initialize(*args) @sc = Xsc::Client.new super end |
Instance Method Details
#shares ⇒ Object
18 19 |
# File 'lib/wdmc/storage.rb', line 18 def shares end |