class Giphy::Images::ImageData

Included Modules

Direct Known Subclasses

Defined in:

types/images.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def height : String | Nil #

The height of this GIF in pixels.


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

The height of this GIF in pixels.


[View source]
def url : String | Nil #

The publicly-accessible direct URL for this GIF.


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

The publicly-accessible direct URL for this GIF.


[View source]
def width : String | Nil #

The width of this GIF in pixels.


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

The width of this GIF in pixels.


[View source]