Class: Tribunus::RomadHost

Inherits:
Struct
  • Object
show all
Defined in:
lib/roma/tools/tribunus.rb

Overview

protocol

update:<reply_ocunt>: <romad_hostname> [<romad_port> …]

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameObject

Returns the value of attribute hostname

Returns:

  • (Object)

    the current value of hostname



20
21
22
# File 'lib/roma/tools/tribunus.rb', line 20

def hostname
  @hostname
end

#portsObject

Returns the value of attribute ports

Returns:

  • (Object)

    the current value of ports



20
21
22
# File 'lib/roma/tools/tribunus.rb', line 20

def ports
  @ports
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



20
21
22
# File 'lib/roma/tools/tribunus.rb', line 20

def updated_at
  @updated_at
end