class SecurifiQueryLog

Overview

Model

Included Modules

Defined in:

securifi_collector.cr:277
securifi_collector.cr:279

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def client_ip : String #

[View source]
def client_ip=(client_ip : String) #

[View source]
def country : String #

[View source]
def country=(country : String) #

[View source]
def iface_ip : String #

[View source]
def iface_ip=(iface_ip : String) #

[View source]
def node : String #

[View source]
def node=(node : String) #

[View source]
def qname : String #

[View source]
def qname=(qname : String) #

[View source]
def qtype : String #

[View source]
def qtype=(qtype : String) #

[View source]
def time : Time | Nil #

[View source]
def time! : Time #

[View source]
def time=(time : Time | Nil) #

[View source]
def value : Int64 #

[View source]
def value=(value : Int64) #

[View source]
def view : String #

[View source]
def view=(view : String) #

[View source]