Class: ContextDev::Models::BatchSubmitResponse::Person::Profile

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

Overview

See Also:

  • ContextDev::Models::BatchSubmitResponse::Person#profile

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



468
# File 'sig/context_dev/models/batch_submit_response.rbs', line 468

def initialize: (

Instance Attribute Details

#full_nameString?

Person's full name.

Parameters:

  • (String)

Returns:

  • (String, nil)


510
# File 'lib/context_dev/models/batch_submit_response.rb', line 510

optional :full_name, String, api_name: :fullName

#headlineString?

Short professional headline.

Parameters:

  • (String)

Returns:

  • (String, nil)


516
# File 'lib/context_dev/models/batch_submit_response.rb', line 516

optional :headline, String

#locationString?

Person's listed location.

Parameters:

  • (String)

Returns:

  • (String, nil)


522
# File 'lib/context_dev/models/batch_submit_response.rb', line 522

optional :location, String

#profile_picture_urlString?

Profile image URL.

Parameters:

  • (String)

Returns:

  • (String, nil)


528
# File 'lib/context_dev/models/batch_submit_response.rb', line 528

optional :profile_picture_url, String, api_name: :profilePictureUrl

#summaryString?

Brief profile summary.

Parameters:

  • (String)

Returns:

  • (String, nil)


534
# File 'lib/context_dev/models/batch_submit_response.rb', line 534

optional :summary, String

Instance Method Details

#to_hash{

Returns:

  • ({)


476
# File 'sig/context_dev/models/batch_submit_response.rbs', line 476

def to_hash: -> {