Class: Fluent::Plugin::ServiceDiscovery::DiscoveryMessage

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin/service_discovery.rb

Instance Attribute Summary collapse

Instance Attribute Details

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



42
43
44
# File 'lib/fluent/plugin/service_discovery.rb', line 42

def service
  @service
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



42
43
44
# File 'lib/fluent/plugin/service_discovery.rb', line 42

def type
  @type
end