class Giphy::RandomParam

Overview

RandomParam contains additional parameters that can be used when calling Giphy::Client#random.

Defined in:

params.cr

Constructors

Instance methods inherited from class Giphy::Param

to_hash : Hash(String, String) to_hash

Constructor Detail

def self.new(rating = "", random_id = "") #

Creates a new RandomParam with the specified rating and random_id.


[View source]