class Giphy::GifData
- Giphy::GifData
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/gif.crConstructors
Instance Method Summary
-
#bitly_url : String | Nil
The unique bit.ly URL for this GIF
-
#bitly_url=(bitly_url : String | Nil)
The unique bit.ly URL for this GIF
-
#content_url : String | Nil
Currently unused
-
#content_url=(content_url : String | Nil)
Currently unused
-
#create_datetime : String | Nil
The date this GIF was added to the GIPHY database.
-
#create_datetime=(create_datetime : String | Nil)
The date this GIF was added to the GIPHY database.
-
#embed_url : String | Nil
A URL used for embedding this GIF
-
#embed_url=(embed_url : String | Nil)
A URL used for embedding this GIF
-
#id : String | Nil
This GIF's unique ID
-
#id=(id : String | Nil)
This GIF's unique ID
-
#images : Images | Nil
An object containing data for various available formats and sizes of this GIF.
-
#images=(images : Images | Nil)
An object containing data for various available formats and sizes of this GIF.
-
#import_datetime : String | Nil
The creation or upload date from this GIF's source.
-
#import_datetime=(import_datetime : String | Nil)
The creation or upload date from this GIF's source.
-
#rating : String | Nil
The MPAA-style rating for this content.
-
#rating=(rating : String | Nil)
The MPAA-style rating for this content.
-
#slug : String | Nil
The unique slug used in this GIF's URL
-
#slug=(slug : String | Nil)
The unique slug used in this GIF's URL
-
#source : String | Nil
The page on which this GIF was found
-
#source=(source : String | Nil)
The page on which this GIF was found
-
#source_post_url : String | Nil
The URL of the webpage on which this GIF was found.
-
#source_post_url=(source_post_url : String | Nil)
The URL of the webpage on which this GIF was found.
-
#source_tld : String | Nil
The top level domain of the source URL.
-
#source_tld=(source_tld : String | Nil)
The top level domain of the source URL.
-
#title : String | Nil
The title that appears on giphy.com for this GIF.
-
#title=(title : String | Nil)
The title that appears on giphy.com for this GIF.
-
#trending_datetime : String | Nil
The date on which this gif was marked trending, if applicable.
-
#trending_datetime=(trending_datetime : String | Nil)
The date on which this gif was marked trending, if applicable.
-
#type : String | Nil
By default, this is almost always GIF
-
#type=(type : String | Nil)
By default, this is almost always GIF
-
#update_datetime : String | Nil
The date on which this GIF was last updated.
-
#update_datetime=(update_datetime : String | Nil)
The date on which this GIF was last updated.
-
#url : String | Nil
The unique URL for this GIF
-
#url=(url : String | Nil)
The unique URL for this GIF
-
#user : User | Nil
An object containing data about the user associated with this GIF, if applicable.
-
#user=(user : User | Nil)
An object containing data about the user associated with this GIF, if applicable.
-
#username : String | Nil
The username this GIF is attached to, if applicable
-
#username=(username : String | Nil)
The username this GIF is attached to, if applicable
Constructor Detail
Instance Method Detail
The date this GIF was added to the GIPHY database.
An object containing data for various available formats and sizes of this GIF.
An object containing data for various available formats and sizes of this GIF.
The creation or upload date from this GIF's source.
The MPAA-style rating for this content. Examples include Y, G, PG, PG-13 and R
The MPAA-style rating for this content. Examples include Y, G, PG, PG-13 and R
The URL of the webpage on which this GIF was found.
The date on which this gif was marked trending, if applicable.
The date on which this gif was marked trending, if applicable.
An object containing data about the user associated with this GIF, if applicable.
An object containing data about the user associated with this GIF, if applicable.