class Caco::Barman::Cell::Node

Public Instance Methods

description() click to toggle source
# File lib/caco/barman/cell/node.rb, line 7
def description
  property(:description)
end
host() click to toggle source
# File lib/caco/barman/cell/node.rb, line 11
def host
  property(:host)
end
name() click to toggle source
# File lib/caco/barman/cell/node.rb, line 3
def name
  property(:name)
end