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



57
58
59
# File 'lib/fluent/plugin/service_discovery.rb', line 57

def service
  @service
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



57
58
59
# File 'lib/fluent/plugin/service_discovery.rb', line 57

def type
  @type
end