Module: Contrast::CommonAgentConfiguration::IsAProperty

Included in:
Contrast::CommonAgentConfiguration, Property
Defined in:
lib/contrast/common_agent_configuration.rb

Overview

Used to indicate those sections of the configuration which are for a single property, allowing for the parsing of and access to the information describing the property.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hshObject (readonly)

Returns the value of attribute hsh.



61
62
63
# File 'lib/contrast/common_agent_configuration.rb', line 61

def hsh
  @hsh
end

Instance Method Details

#initialize(hsh) ⇒ Object



63
64
65
# File 'lib/contrast/common_agent_configuration.rb', line 63

def initialize hsh
  @hsh = hsh
end