class Giphy::Images::ExtendedImageData
- Giphy::Images::ExtendedImageData
- Giphy::Images::SizedImageData
- Giphy::Images::ImageData
- Reference
- Object
Included Modules
- JSON::Serializable
Direct Known Subclasses
Defined in:
types/images.crConstructors
Instance Method Summary
-
#webp : String | Nil
The URL for this GIF in .webp format.
-
#webp=(webp : String | Nil)
The URL for this GIF in .webp format.
-
#webp_size : String | Nil
The size in bytes of the .webp file corresponding to this GIF.
-
#webp_size=(webp_size : String | Nil)
The size in bytes of the .webp file corresponding to this GIF.
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
Instance Method Detail
def webp_size=(webp_size : String | Nil)
#
The size in bytes of the .webp file corresponding to this GIF.