Sha256: 04c8f25e523b542a3697407125ea548feda589f8a8a836ce8020ee800e1bdc61
Contents?: true
Size: 956 Bytes
Versions: 19
Compression:
Stored size: 956 Bytes
Contents
# frozen_string_literal: true require "fmrest/spyke/model/connection" require "fmrest/spyke/model/uri" require "fmrest/spyke/model/record_id" require "fmrest/spyke/model/attributes" require "fmrest/spyke/model/serialization" require "fmrest/spyke/model/associations" require "fmrest/spyke/model/orm" require "fmrest/spyke/model/container_fields" require "fmrest/spyke/model/global_fields" require "fmrest/spyke/model/http" require "fmrest/spyke/model/auth" require "fmrest/spyke/model/script_execution" module FmRest module Spyke module Model extend ::ActiveSupport::Concern include Connection include URI include RecordID include Attributes include Serialization include Associations include Orm include ContainerFields include GlobalFields include Http include Auth include ScriptExecution autoload :Rescuable, "fmrest/spyke/model/rescuable" end end end
Version data entries
19 entries across 19 versions & 1 rubygems