Class: Fluent::Plugin::ServiceDiscovery::DiscoveryMessage
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::ServiceDiscovery::DiscoveryMessage
- Defined in:
- lib/fluent/plugin/service_discovery.rb
Instance Attribute Summary collapse
-
#service ⇒ Object
Returns the value of attribute service.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#service ⇒ Object
Returns the value of attribute service
42 43 44 |
# File 'lib/fluent/plugin/service_discovery.rb', line 42 def service @service end |
#type ⇒ Object
Returns the value of attribute type
42 43 44 |
# File 'lib/fluent/plugin/service_discovery.rb', line 42 def type @type end |