Class: Backstore
- Inherits:
-
TargetcliBase
- Object
- TargetcliBase
- Backstore
- Defined in:
- lib/Targetcli/Backstore.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#size ⇒ Object
Returns the value of attribute size.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
-
#write ⇒ Object
Returns the value of attribute write.
Instance Method Summary collapse
-
#initialize ⇒ Backstore
constructor
A new instance of Backstore.
Constructor Details
#initialize ⇒ Backstore
Returns a new instance of Backstore.
13 14 15 |
# File 'lib/Targetcli/Backstore.rb', line 13 def initialize super end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/Targetcli/Backstore.rb', line 7 def name @name end |
#path ⇒ Object
Returns the value of attribute path.
8 9 10 |
# File 'lib/Targetcli/Backstore.rb', line 8 def path @path end |
#size ⇒ Object
Returns the value of attribute size.
9 10 11 |
# File 'lib/Targetcli/Backstore.rb', line 9 def size @size end |
#status ⇒ Object
Returns the value of attribute status.
11 12 13 |
# File 'lib/Targetcli/Backstore.rb', line 11 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/Targetcli/Backstore.rb', line 6 def type @type end |
#write ⇒ Object
Returns the value of attribute write.
10 11 12 |
# File 'lib/Targetcli/Backstore.rb', line 10 def write @write end |