struct Page
- Page
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
models/page.crConstructors
- .new(id : String, title : String, source : String, body : String, created_at : Time = Time.utc)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(id : String, title : String, source : String, body : String, created_at : Time = Time.utc)
#