class CyberJyrki::Models::Imgur::Album

Included Modules

Defined in:

cyber_jyrki/models/imgur/album.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ad? : Bool #

[View source]
def datetime : Time #

[View source]
def datetime=(datetime : Time) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def id : String #

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

[View source]
def images : Array(Image) #

[View source]
def images=(images : Array(Image)) #

[View source]
def is_ad : Bool #

[View source]
def is_ad=(is_ad : Bool) #

[View source]
def link : String #

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

[View source]
def title : String | Nil #

[View source]
def title=(title : String | Nil) #

[View source]