Class: Roseflow::LinkedIn::Company::ProfileQuery
- Inherits:
-
Proxycurl::ProxycurlObject
- Object
- Dry::Struct
- Proxycurl::ProxycurlObject
- Roseflow::LinkedIn::Company::ProfileQuery
- Defined in:
- lib/roseflow/linkedin/company/profile_query.rb
Defined Under Namespace
Classes: ProfileQueryContract
Class Method Summary collapse
Class Method Details
.new(input) ⇒ Object
43 44 45 46 47 |
# File 'lib/roseflow/linkedin/company/profile_query.rb', line 43 def self.new(input) validation = self.contract_object.new.call(input) raise ArgumentError, validation.errors.to_h.inspect unless validation.success? super(input) end |