Class: Backstore

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

Direct Known Subclasses

Backstore_block

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBackstore

Returns a new instance of Backstore.



13
14
15
# File 'lib/Targetcli/Backstore.rb', line 13

def initialize
  super
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/Targetcli/Backstore.rb', line 7

def name
  @name
end

#pathObject

Returns the value of attribute path.



8
9
10
# File 'lib/Targetcli/Backstore.rb', line 8

def path
  @path
end

#sizeObject

Returns the value of attribute size.



9
10
11
# File 'lib/Targetcli/Backstore.rb', line 9

def size
  @size
end

#statusObject

Returns the value of attribute status.



11
12
13
# File 'lib/Targetcli/Backstore.rb', line 11

def status
  @status
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/Targetcli/Backstore.rb', line 6

def type
  @type
end

#writeObject

Returns the value of attribute write.



10
11
12
# File 'lib/Targetcli/Backstore.rb', line 10

def write
  @write
end