class CyberJyrki::Models::Imgur::Image

Included Modules

Defined in:

cyber_jyrki/models/imgur/image.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ad? : Bool #

[View source]
def animated : Bool #

[View source]
def animated=(animated : 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 height : Int64 #

[View source]
def height=(height : Int64) #

[View source]
def id : String #

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

[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 size : Int64 #

[View source]
def size=(size : Int64) #

[View source]
def title : String | Nil #

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

[View source]
def type : String #

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

[View source]
def views : Int64 #

[View source]
def views=(views : Int64) #

[View source]
def width : Int64 #

[View source]
def width=(width : Int64) #

[View source]