class Record
- Record
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models.cr:20models.cr:22
Constructors
Class Method Summary
- .adapter : Granite::Adapter::Base
- .per_page
- .with_sources_as_json(favorites = false, limit = self.per_page, offset = 0, where = "")
Instance Method Summary
- #category : String | Nil
- #category! : String
- #category=(category : String | Nil)
- #content : String | Nil
- #content! : String
- #content=(content : String | Nil)
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #deleted : Bool
- #deleted=(deleted : Bool)
- #favorite : Bool
- #favorite=(favorite : Bool)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #link : String
- #link=(link : String)
- #pubdate : Time | Nil
- #pubdate! : Time
- #pubdate=(pubdate : Time | Nil)
- #source : Source | Nil
- #source! : Source
- #source=(parent : Source)
- #source_id : Int64
- #source_id! : Int64
- #source_id=(source_id : Int64)
- #source_id=(source_id : Int64 | Nil)
- #title : String
- #title=(title : String)
- #uid : String
- #uid=(uid : String)