class Giphy::Images::VideoData
- Giphy::Images::VideoData
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/images.crConstructors
Instance Method Summary
-
#height : String | Nil
The height of this GIF in pixels.
-
#height=(height : String | Nil)
The height of this GIF in pixels.
-
#mp4 : String | Nil
The publicly-accessible direct URL for this GIF.
-
#mp4=(mp4 : String | Nil)
The publicly-accessible direct URL for this GIF.
-
#mp4_size : String | Nil
The size of this GIF in bytes.
-
#mp4_size=(mp4_size : String | Nil)
The size of this GIF in bytes.
-
#width : String | Nil
The width of this GIF in pixels.
-
#width=(width : String | Nil)
The width of this GIF in pixels.