Method: KlaviyoAPI::ProfileMeta.build_from_hash
- Defined in:
- lib/klaviyo-api-sdk/models/profile_meta.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
101 102 103 |
# File 'lib/klaviyo-api-sdk/models/profile_meta.rb', line 101 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |