Sha256: e4e0818f7d2957902a2ab03f382d329e8225803166ab5e35e9b954e48a92ecb0

Contents?: true

Size: 792 Bytes

Versions: 2

Compression:

Stored size: 792 Bytes

Contents

=begin
#Klaviyo API

#The Klaviyo REST API. Please visit https://developers.klaviyo.com for more details.

The version of the OpenAPI document: 2023-02-22
Contact: developers@klaviyo.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.2.1

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for KlaviyoAPI::ProfileLocationLongitude
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe KlaviyoAPI::ProfileLocationLongitude do
  describe '.openapi_one_of' do
    it 'lists the items referenced in the oneOf array' do
      expect(described_class.openapi_one_of).to_not be_empty
    end
  end

  describe '.build' do
    it 'returns the correct model' do
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 spec/models/profile_location_longitude_spec.rb
klaviyo-api-sdk-1.2.0 spec/models/profile_location_longitude_spec.rb