Class: Pantomath::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/pantomath/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#agent_hostObject

Returns the value of attribute agent_host.



7
8
9
# File 'lib/pantomath/configuration.rb', line 7

def agent_host
  @agent_host
end

#agent_portObject

Returns the value of attribute agent_port.



7
8
9
# File 'lib/pantomath/configuration.rb', line 7

def agent_port
  @agent_port
end

#service_nameObject

Returns the value of attribute service_name.



7
8
9
# File 'lib/pantomath/configuration.rb', line 7

def service_name
  @service_name
end

Instance Method Details

#exclude_patternsObject



13
14
15
# File 'lib/pantomath/configuration.rb', line 13

def exclude_patterns
  @exclude_patterns ||= OpenStruct.new
end

#tag_collectorsObject



9
10
11
# File 'lib/pantomath/configuration.rb', line 9

def tag_collectors
  @tag_collectors ||= OpenStruct.new
end