Class: Rakismet::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/rakismet.rb

Instance Attribute Summary collapse

Instance Attribute Details

#http_headersObject

Returns the value of attribute http_headers

Returns:

  • (Object)

    the current value of http_headers



12
13
14
# File 'lib/rakismet.rb', line 12

def http_headers
  @http_headers
end

#referrerObject

Returns the value of attribute referrer

Returns:

  • (Object)

    the current value of referrer



12
13
14
# File 'lib/rakismet.rb', line 12

def referrer
  @referrer
end

#user_agentObject

Returns the value of attribute user_agent

Returns:

  • (Object)

    the current value of user_agent



12
13
14
# File 'lib/rakismet.rb', line 12

def user_agent
  @user_agent
end

#user_ipObject

Returns the value of attribute user_ip

Returns:

  • (Object)

    the current value of user_ip



12
13
14
# File 'lib/rakismet.rb', line 12

def user_ip
  @user_ip
end