class RickAndMortyApi::Character

Included Modules

Defined in:

rick_and_morty_api/character.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def episodes : Array(String) #

[View source]
def gender : Gender #

[View source]
def id : Int64 #

[View source]
def image : String #

[View source]
def location : Addressable #

[View source]
def name : String #

[View source]
def origin : Addressable #

[View source]
def race : String #

[View source]
def species : String #

[View source]
def status : Status #

[View source]
def url : String #

[View source]