Class: Caco::Barman::Cell::Node
- Inherits:
-
Trailblazer::Cell
- Object
- Trailblazer::Cell
- Caco::Barman::Cell::Node
- Defined in:
- lib/caco/barman/cell/node.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
7 8 9 |
# File 'lib/caco/barman/cell/node.rb', line 7 def description property(:description) end |
#host ⇒ Object
11 12 13 |
# File 'lib/caco/barman/cell/node.rb', line 11 def host property(:host) end |
#name ⇒ Object
3 4 5 |
# File 'lib/caco/barman/cell/node.rb', line 3 def name property(:name) end |