class Yext::Api::Utils::ApiBase

The base class for the Yext API components.

Private Instance Methods

ensure_create_id() click to toggle source
# File lib/yext/api/utils/api_base.rb, line 15
def ensure_create_id
  attributes[:create_id] ||= attributes[:id]
end