class Todo::Item

Included Modules

Defined in:

todo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(_id : String, title : String, order : Int32, completed : Bool) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def _id : String #

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

[View source]
def completed : Bool #

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

[View source]
def order : Int32 #

[View source]
def order=(order : Int32) #

[View source]
def title : String #

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

[View source]