class Anime

Defined in:

proxerexporter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, rating : String, progress : String) #

[View source]

Instance Method Detail

def finished : String #

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

[View source]
def id : String #

[View source]
def name : String #

[View source]
def progress : String #

[View source]
def rating : String #

[View source]
def started : String #

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

[View source]
def status : String #

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

[View source]