Class: Backstore_block
- Inherits:
-
Backstore
- Object
- TargetcliBase
- Backstore
- Backstore_block
- Defined in:
- lib/Targetcli/Backstore_block.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Backstore
#name, #path, #size, #status, #type, #write
Instance Method Summary collapse
-
#initialize ⇒ Backstore_block
constructor
A new instance of Backstore_block.
Constructor Details
#initialize ⇒ Backstore_block
Returns a new instance of Backstore_block.
5 6 7 8 |
# File 'lib/Targetcli/Backstore_block.rb', line 5 def initialize super @type = 'block' end |