Class: Caco::Barman::Cell::Node

Inherits:
Trailblazer::Cell
  • Object
show all
Defined in:
lib/caco/barman/cell/node.rb

Instance Method Summary collapse

Instance Method Details

#descriptionObject



7
8
9
# File 'lib/caco/barman/cell/node.rb', line 7

def description
  property(:description)
end

#hostObject



11
12
13
# File 'lib/caco/barman/cell/node.rb', line 11

def host
  property(:host)
end

#nameObject



3
4
5
# File 'lib/caco/barman/cell/node.rb', line 3

def name
  property(:name)
end