Class: Backstore_block

Inherits:
Backstore show all
Defined in:
lib/Targetcli/Backstore_block.rb

Direct Known Subclasses

Backstore_block_lv

Instance Attribute Summary

Attributes inherited from Backstore

#name, #path, #size, #status, #type, #write

Instance Method Summary collapse

Constructor Details

#initializeBackstore_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