Class: UniversalAccessLogParser::ElementGroup::Integrating

Inherits:
UniversalAccessLogParser::ElementGroup show all
Defined in:
lib/universal-access-log-parser.rb

Direct Known Subclasses

Root

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from UniversalAccessLogParser::ElementGroup

#date, #date_iis, #date_ncsa, #double_quoted, #element, #float, #integer, #integratin_group, #ip, #names, #optional, parser, #parsers, #regexp, #separated_with, #single_quoted, #string, #surrounded_by, #surrounding_group

Constructor Details

#initialize(parent, separator, &block) ⇒ Integrating

Returns a new instance of Integrating.



47
48
49
50
# File 'lib/universal-access-log-parser.rb', line 47

def initialize(parent, separator, &block)
	@separator = separator
	super(parent, &block)
end

Instance Attribute Details

#separatorObject (readonly)

Returns the value of attribute separator.



52
53
54
# File 'lib/universal-access-log-parser.rb', line 52

def separator
  @separator
end