Class: Onlyfans::Models::GiphySearchResponse::Data::Images::Original
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(height: nil, mp4: nil, url: nil, webp: nil, width: nil) ⇒ Object
|
# File 'lib/onlyfans/models/giphy_search_response.rb', line 236
|
Instance Attribute Details
#height ⇒ String?
214
|
# File 'lib/onlyfans/models/giphy_search_response.rb', line 214
optional :height, String
|
#mp4 ⇒ String?
219
|
# File 'lib/onlyfans/models/giphy_search_response.rb', line 219
optional :mp4, String
|
#url ⇒ String?
224
|
# File 'lib/onlyfans/models/giphy_search_response.rb', line 224
optional :url, String
|
#webp ⇒ String?
229
|
# File 'lib/onlyfans/models/giphy_search_response.rb', line 229
optional :webp, String
|
#width ⇒ String?
234
|
# File 'lib/onlyfans/models/giphy_search_response.rb', line 234
optional :width, String
|