class Flare::Entity::Server
Public Instance Methods
nodekey()
click to toggle source
# File lib/flare/entity/server.rb, line 8 def nodekey "#{self.host}:#{self.port}" end
to_s()
click to toggle source
# File lib/flare/entity/server.rb, line 4 def to_s nodekey end