class Source

Included Modules

Defined in:

models.cr:69
models.cr:71

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

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

Class Method Detail

def self.adapter : Granite::Adapter::Base #

Instance Method Detail

def active : Bool #

[View source]
def active=(active : Bool) #

[View source]
def created_at : Time | Nil #

[View source]
def created_at! : Time #

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

[View source]
def destroy_records #

[View source]
def id : Int64 | Nil #

[View source]
def id! : Int64 #

[View source]
def id=(id : Int64 | Nil) #

[View source]
def ignore_categories : String | Nil #

[View source]
def ignore_categories! : String #

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

[View source]
def ignored_categories_list #

[View source]
def last_parsed_at : Time | Nil #

[View source]
def last_parsed_at! : Time #

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

[View source]
def records #

[View source]
def title : String #

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

[View source]
def type : String #

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

[View source]
def url : String #

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

[View source]