class Giphy::TranslateParam
- Giphy::TranslateParam
- Giphy::Param
- Reference
- Object
Overview
TranslateParam contains additional parameters that can be used when
calling Giphy::Client#translate
.
Defined in:
params.crConstructors
-
.new(weirdness = 0, random_id = "")
Creates a new
TranslateParam
with the specified weirdness and random_id.
Instance methods inherited from class Giphy::Param
to_hash : Hash(String, String)
to_hash
Constructor Detail
Creates a new TranslateParam
with the specified weirdness and random_id.
An ArgumentError
is raised if:
- weirdness is < 0 or > 10