Method: LogPorter::Server#attributes

Defined in:
lib/logporter/server.rb

#attributesObject (readonly)

Arbitrary attributes for this server. You can store whatever you want here. This is a hash



25
26
27
# File 'lib/logporter/server.rb', line 25

def attributes
  @attributes
end