class Giphy::Images::ExtendedImageDataVideo

Included Modules

Defined in:

types/images.cr

Constructors

Instance Method Summary

Instance methods inherited from class Giphy::Images::ExtendedImageData

webp : String | Nil webp, webp=(webp : String | Nil) webp=, webp_size : String | Nil webp_size, webp_size=(webp_size : String | Nil) webp_size=

Constructor methods inherited from class Giphy::Images::ExtendedImageData

new(pull : JSON::PullParser) new

Instance methods inherited from class Giphy::Images::SizedImageData

size : String | Nil size, size=(size : String | Nil) size=

Constructor methods inherited from class Giphy::Images::SizedImageData

new(pull : JSON::PullParser) new

Instance methods inherited from class Giphy::Images::ImageData

height : String | Nil height, height=(height : String | Nil) height=, url : String | Nil url, url=(url : String | Nil) url=, width : String | Nil width, width=(width : String | Nil) width=

Constructor methods inherited from class Giphy::Images::ImageData

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def mp4 : String | Nil #

The URL for this GIF in .MP4 format.


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

The URL for this GIF in .MP4 format.


[View source]
def mp4_size : String | Nil #

The size in bytes of the .MP4 file corresponding to this GIF.


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

The size in bytes of the .MP4 file corresponding to this GIF.


[View source]