Class: OursprivacyIngest::Models::TrackEventParams::IdentityContext

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

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

#initializeIdentityContext

Returns a new instance of IdentityContext.

Parameters:

  • ip: (String)
  • user_agent: (String)


484
# File 'sig/oursprivacy_ingest/models/track_event_params.rbs', line 484

def initialize: (ip: String, user_agent: String) -> void

Instance Attribute Details

#ipString

The end-user IP address (not the server IP).

Parameters:

  • value (String)

Returns:

  • (String)


791
# File 'lib/oursprivacy_ingest/models/track_event_params.rb', line 791

required :ip, String

#user_agentString

The end-user User-Agent string (not the server UA).

Parameters:

  • value (String)

Returns:

  • (String)


797
# File 'lib/oursprivacy_ingest/models/track_event_params.rb', line 797

required :user_agent, String, api_name: :userAgent

Instance Method Details

#to_hash{ ip: String, user_agent: String }

Returns:

  • ({ ip: String, user_agent: String })


486
# File 'sig/oursprivacy_ingest/models/track_event_params.rbs', line 486

def to_hash: -> { ip: String, user_agent: String }