Class: NamespaceToServiceGroup

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNamespaceToServiceGroup

Returns a new instance of NamespaceToServiceGroup.



47
48
49
50
# File 'lib/fluent/plugin/out_zebrium.rb', line 47

def initialize
  @active = false
  @svcgrps = Hash.new
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



51
52
53
# File 'lib/fluent/plugin/out_zebrium.rb', line 51

def active
  @active
end

#svcgrpsObject

Returns the value of attribute svcgrps.



52
53
54
# File 'lib/fluent/plugin/out_zebrium.rb', line 52

def svcgrps
  @svcgrps
end