Class: WhopSDK::Models::AdUpdateParams::Creative::Crop

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/whop_sdk/models/ad_update_params.rb,
sig/whop_sdk/models/ad_update_params.rbs

Overview

See Also:

  • WhopSDK::Models::AdUpdateParams::Creative#crop

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initializeObject



250
# File 'sig/whop_sdk/models/ad_update_params.rbs', line 250

def initialize: (

Instance Attribute Details

#heightFloat?

Parameters:

  • (Float)

Returns:

  • (Float, nil)


219
# File 'lib/whop_sdk/models/ad_update_params.rb', line 219

optional :height, Float

#widthFloat?

Parameters:

  • (Float)

Returns:

  • (Float, nil)


224
# File 'lib/whop_sdk/models/ad_update_params.rb', line 224

optional :width, Float

#xFloat?

Parameters:

  • (Float)

Returns:

  • (Float, nil)


229
# File 'lib/whop_sdk/models/ad_update_params.rb', line 229

optional :x, Float

#y_Float?

Parameters:

  • (Float)

Returns:

  • (Float, nil)


234
# File 'lib/whop_sdk/models/ad_update_params.rb', line 234

optional :y_, Float, api_name: :y

Instance Method Details

#to_hash{ height: Float, width: Float, x: Float, y_: Float }

Returns:

  • ({ height: Float, width: Float, x: Float, y_: Float })


257
# File 'sig/whop_sdk/models/ad_update_params.rbs', line 257

def to_hash: -> { height: Float, width: Float, x: Float, y_: Float }