class GiphyRB::Responses::Random
Attributes
tag[R]
Public Class Methods
new(arr, tag)
click to toggle source
Calls superclass method
GiphyRB::Response::new
# File lib/responses/random.rb, line 11 def initialize(arr, tag) @tag = tag super arr end