class Giphy::Images::ExtendedImageData

Included Modules

Direct Known Subclasses

Defined in:

types/images.cr

Constructors

Instance Method Summary

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

The URL for this GIF in .webp format.


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

The URL for this GIF in .webp format.


[View source]
def webp_size : String | Nil #

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


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

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


[View source]