class Giphy::User

Included Modules

Defined in:

types/user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def avatar_url : String | Nil #

The URL for this user's avatar image.


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

The URL for this user's avatar image.


[View source]
def display_name : String | Nil #

The display name associated with this user (contains formatting the base username might not).


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

The display name associated with this user (contains formatting the base username might not).


[View source]
def profile_url : String | Nil #

The URL for this user's GIPHY profile.


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

The URL for this user's GIPHY profile.


[View source]
def username : String | Nil #

The username associated with this user.


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

The username associated with this user.


[View source]