module Lithic::Internal::Type::RequestParameters
def self.included(mod)
-
mod
(Module
) --
def self.included(mod) raise ArgumentError.new(mod) unless mod <= Lithic::Internal::Type::BaseModel mod.optional(:request_options, Lithic::RequestOptions) end