class Giphy::User
- Giphy::User
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/user.crConstructors
Instance Method Summary
-
#avatar_url : String | Nil
The URL for this user's avatar image.
-
#avatar_url=(avatar_url : String | Nil)
The URL for this user's avatar image.
-
#banner_url : String | Nil
The URL for the banner image that appears atop this user's profile page.
-
#banner_url=(banner_url : String | Nil)
The URL for the banner image that appears atop this user's profile page.
-
#display_name : String | Nil
The display name associated with this user (contains formatting the base username might not).
-
#display_name=(display_name : String | Nil)
The display name associated with this user (contains formatting the base username might not).
-
#profile_url : String | Nil
The URL for this user's GIPHY profile.
-
#profile_url=(profile_url : String | Nil)
The URL for this user's GIPHY profile.
-
#username : String | Nil
The username associated with this user.
-
#username=(username : String | Nil)
The username associated with this user.
Constructor Detail
Instance Method Detail
The URL for the banner image that appears atop this user's profile page.
The URL for the banner image that appears atop this user's profile page.
The display name associated with this user (contains formatting the base username might not).
The display name associated with this user (contains formatting the base username might not).