abstract class BitteCI::Listener::Event

Included Modules

Direct Known Subclasses

Defined in:

bitte_ci/line.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def filter_keys : Array(String) | Nil #

[View source]
def filter_keys=(filter_keys : Array(String) | Nil) #

[View source]
def index : UInt64 #

[View source]
def index=(index : UInt64) #

[View source]
def key : String #

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

[View source]
def namespace : String #

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

[View source]
def topic : String #

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

[View source]