struct Turquoise::Pets::Images::Image

Included Modules

Defined in:

turquoise/pets.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def breeds : Array(NamedTuple(name: String)) | Nil #

[View source]
def breeds=(breeds : Array(NamedTuple(name: String)) | Nil) #

[View source]
def breeds_to_list #

[View source]
def id : String #

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

[View source]
def url : String #

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

[View source]