Class: SafetyKit::Models::AsyncCreateAsyncParams::Body::ContentUploadedEventRequest::ClientInfo

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

Overview

See Also:

  • SafetyKit::Models::AsyncCreateAsyncParams::Body::ContentUploadedEventRequest#client_info

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

#initializeClientInfo

Returns a new instance of ClientInfo.

Parameters:

  • ip: (String)


560
# File 'sig/safety_kit/models/async_create_async_params.rbs', line 560

def initialize: (?ip: String) -> void

Instance Attribute Details

#ipString?

IP address observed by your backend for the client that triggered the event.

Parameters:

  • (String)

Returns:

  • (String, nil)


699
# File 'lib/safety_kit/models/async_create_async_params.rb', line 699

optional :ip, String

Instance Method Details

#to_hash{ ip: String }

Returns:

  • ({ ip: String })


562
# File 'sig/safety_kit/models/async_create_async_params.rbs', line 562

def to_hash: -> { ip: String }