Class: Apalo::Core::LogLine

Inherits:
Object
  • Object
show all
Defined in:
lib/apalo/core/log_line.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#identObject

Returns the value of attribute ident.



4
5
6
# File 'lib/apalo/core/log_line.rb', line 4

def ident
  @ident
end

#ipaddrObject

Returns the value of attribute ipaddr.



4
5
6
# File 'lib/apalo/core/log_line.rb', line 4

def ipaddr
  @ipaddr
end

#rawObject

Returns the value of attribute raw.



6
7
8
# File 'lib/apalo/core/log_line.rb', line 6

def raw
  @raw
end

#rcodeObject

Returns the value of attribute rcode.



5
6
7
# File 'lib/apalo/core/log_line.rb', line 5

def rcode
  @rcode
end

#refererObject

Returns the value of attribute referer.



5
6
7
# File 'lib/apalo/core/log_line.rb', line 5

def referer
  @referer
end

#requestObject

Returns the value of attribute request.



5
6
7
# File 'lib/apalo/core/log_line.rb', line 5

def request
  @request
end

#rsizeObject

Returns the value of attribute rsize.



5
6
7
# File 'lib/apalo/core/log_line.rb', line 5

def rsize
  @rsize
end

#timeObject

Returns the value of attribute time.



4
5
6
# File 'lib/apalo/core/log_line.rb', line 4

def time
  @time
end

#user_agentObject

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

#useridObject

Returns the value of attribute userid.



4
5
6
# File 'lib/apalo/core/log_line.rb', line 4

def userid
  @userid
end

#vhostObject

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_sObject



8
9
10
# File 'lib/apalo/core/log_line.rb', line 8

def to_s
  @raw
end