class Giphy::Images::ImageData
- Giphy::Images::ImageData
- Reference
- Object
Included Modules
- JSON::Serializable
Direct Known Subclasses
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.
-
#url : String | Nil
The publicly-accessible direct URL for this GIF.
-
#url=(url : String | Nil)
The publicly-accessible direct URL for this GIF.
-
#width : String | Nil
The width of this GIF in pixels.
-
#width=(width : String | Nil)
The width of this GIF in pixels.