class Giphy::RandomParam
- Giphy::RandomParam
- Giphy::Param
- Reference
- Object
Overview
RandomParam contains additional parameters that can be used when
calling Giphy::Client#random
.
Defined in:
params.crConstructors
-
.new(rating = "", random_id = "")
Creates a new
RandomParam
with the specified rating and random_id.
Instance methods inherited from class Giphy::Param
to_hash : Hash(String, String)
to_hash
Constructor Detail
Creates a new RandomParam
with the specified rating and random_id.