Class: Apalo::Core::LogLine
- Inherits:
-
Object
- Object
- Apalo::Core::LogLine
- Defined in:
- lib/apalo/core/log_line.rb
Instance Attribute Summary collapse
-
#ident ⇒ Object
Returns the value of attribute ident.
-
#ipaddr ⇒ Object
Returns the value of attribute ipaddr.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#rcode ⇒ Object
Returns the value of attribute rcode.
-
#referer ⇒ Object
Returns the value of attribute referer.
-
#request ⇒ Object
Returns the value of attribute request.
-
#rsize ⇒ Object
Returns the value of attribute rsize.
-
#time ⇒ Object
Returns the value of attribute time.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
-
#userid ⇒ Object
Returns the value of attribute userid.
-
#vhost ⇒ Object
Returns the value of attribute vhost.
Instance Method Summary collapse
Instance Attribute Details
#ident ⇒ Object
Returns the value of attribute ident.
4 5 6 |
# File 'lib/apalo/core/log_line.rb', line 4 def ident @ident end |
#ipaddr ⇒ Object
Returns the value of attribute ipaddr.
4 5 6 |
# File 'lib/apalo/core/log_line.rb', line 4 def ipaddr @ipaddr end |
#raw ⇒ Object
Returns the value of attribute raw.
6 7 8 |
# File 'lib/apalo/core/log_line.rb', line 6 def raw @raw end |
#rcode ⇒ Object
Returns the value of attribute rcode.
5 6 7 |
# File 'lib/apalo/core/log_line.rb', line 5 def rcode @rcode end |
#referer ⇒ Object
Returns the value of attribute referer.
5 6 7 |
# File 'lib/apalo/core/log_line.rb', line 5 def referer @referer end |
#request ⇒ Object
Returns the value of attribute request.
5 6 7 |
# File 'lib/apalo/core/log_line.rb', line 5 def request @request end |
#rsize ⇒ Object
Returns the value of attribute rsize.
5 6 7 |
# File 'lib/apalo/core/log_line.rb', line 5 def rsize @rsize end |
#time ⇒ Object
Returns the value of attribute time.
4 5 6 |
# File 'lib/apalo/core/log_line.rb', line 4 def time @time end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
5 6 7 |
# File 'lib/apalo/core/log_line.rb', line 5 def user_agent @user_agent end |
#userid ⇒ Object
Returns the value of attribute userid.
4 5 6 |
# File 'lib/apalo/core/log_line.rb', line 4 def userid @userid end |
#vhost ⇒ Object
Returns the value of attribute vhost.
6 7 8 |
# File 'lib/apalo/core/log_line.rb', line 6 def vhost @vhost end |
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'lib/apalo/core/log_line.rb', line 8 def to_s @raw end |