class Sqreen::Frameworks::SqreenTestFramework
Rails related framework code
Public Instance Methods
client_ip()
click to toggle source
# File lib/sqreen/frameworks/sqreen_test.rb, line 21 def client_ip '127.0.0.1' end
framework_infos()
click to toggle source
# File lib/sqreen/frameworks/sqreen_test.rb, line 14 def framework_infos { :framework_type => 'SqreenTest', :framework_version => '0.1', } end
request_infos()
click to toggle source
# File lib/sqreen/frameworks/sqreen_test.rb, line 25 def request_infos {} end