class Giphy::Images::VideoData

Included Modules

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 mp4 : String | Nil #

The publicly-accessible direct URL for this GIF.


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

The publicly-accessible direct URL for this GIF.


[View source]
def mp4_size : String | Nil #

The size of this GIF in bytes.


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

The size of this GIF in bytes.


[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]