Class: Moonbase::Models::SocialLinkedInValue::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Moonbase::Models::SocialLinkedInValue::Data
- Defined in:
- lib/moonbase/models/social_linked_in_value.rb
Overview
Instance Attribute Summary collapse
-
#url ⇒ String
The full URL to the LinkedIn profile.
-
#username ⇒ String
The LinkedIn username, including the prefix ‘company/’ for company pages or ‘in/’ for personal profiles.
Instance Method Summary collapse
-
#initialize(url:, username:) ⇒ Object
constructor
Some parameter documentations has been truncated, see Data for more details.
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
#initialize(url:, username:) ⇒ Object
Some parameter documentations has been truncated, see Moonbase::Models::SocialLinkedInValue::Data for more details.
The social media profile for the LinkedIn platform
|
|
# File 'lib/moonbase/models/social_linked_in_value.rb', line 39
|
Instance Attribute Details
#url ⇒ String
The full URL to the LinkedIn profile.
30 |
# File 'lib/moonbase/models/social_linked_in_value.rb', line 30 required :url, String |
#username ⇒ String
The LinkedIn username, including the prefix ‘company/’ for company pages or ‘in/’ for personal profiles.
37 |
# File 'lib/moonbase/models/social_linked_in_value.rb', line 37 required :username, String |