class RickAndMortyApi::Episode

Included Modules

Defined in:

rick_and_morty_api/episode.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def air_date : String #

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

[View source]
def created_at : Time #

[View source]
def episode : String #

[View source]
def id : Int64 #

[View source]
def name : String #

[View source]
def url : String #

[View source]