Method: Aether::Node#hostname

Defined in:
lib/aether/node.rb

#hostnameObject Also known as: fqdn



16
17
18
# File 'lib/aether/node.rb', line 16

def hostname
  @hostname ||= attributes.fqdn
end