class Giphy::Images::SizedImageData

Included Modules

Direct Known Subclasses

Defined in:

types/images.cr

Constructors

Instance Method Summary

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

The size of this GIF in bytes.


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

The size of this GIF in bytes.


[View source]