Class: ApacheCrunch::FormatTokenDefinition
- Inherits:
-
Object
- Object
- ApacheCrunch::FormatTokenDefinition
- Defined in:
- lib/format_token_definition.rb
Overview
Defines the properties of a known Apache log format token (like %q or %h)
Direct Known Subclasses
BytesSentTokenDefinition, BytesSentWithHeadersTokenDefinition, LogNameTokenDefinition, ProtocolTokenDefinition, QueryStringTokenDefinition, RemoteHostTokenDefinition, RemoteUserTokenDefinition, ReqFirstlineTokenDefinition, ReqMethodTokenDefinition, ServeTimeMicroTokenDefinition, StatusTokenDefinition, TimeTokenDefinition, UrlPathTokenDefinition
Class Attribute Summary collapse
-
.abbrev ⇒ Object
Returns the value of attribute abbrev.
-
.captured ⇒ Object
Returns the value of attribute captured.
-
.caster ⇒ Object
Returns the value of attribute caster.
-
.derivation_rule ⇒ Object
Returns the value of attribute derivation_rule.
-
.name ⇒ Object
Returns the value of attribute name.
-
.regex ⇒ Object
Returns the value of attribute regex.
Class Attribute Details
.abbrev ⇒ Object
Returns the value of attribute abbrev.
7 8 9 |
# File 'lib/format_token_definition.rb', line 7 def abbrev @abbrev end |
.captured ⇒ Object
Returns the value of attribute captured.
7 8 9 |
# File 'lib/format_token_definition.rb', line 7 def captured @captured end |
.caster ⇒ Object
Returns the value of attribute caster.
7 8 9 |
# File 'lib/format_token_definition.rb', line 7 def caster @caster end |
.derivation_rule ⇒ Object
Returns the value of attribute derivation_rule.
7 8 9 |
# File 'lib/format_token_definition.rb', line 7 def derivation_rule @derivation_rule end |
.name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/format_token_definition.rb', line 7 def name @name end |
.regex ⇒ Object
Returns the value of attribute regex.
7 8 9 |
# File 'lib/format_token_definition.rb', line 7 def regex @regex end |