class Location

Included Modules

Defined in:

services/rickNMortyService.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created : String #

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

[View source]
def dimension : String #

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

[View source]
def id : Int32 #

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

[View source]
def name : String #

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

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

[View source]
def residents=(residents : Array(String)) #

[View source]
def type : String #

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

[View source]
def url : String #

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

[View source]