Sha256: 3c65f54086016aec2d9a36b3f61d85068f9db243b347118cf3cc25394018c9eb
Contents?: true
Size: 265 Bytes
Versions: 16
Compression:
Stored size: 265 Bytes
Contents
module FattureInCloud_Ruby_Sdk # The Expression class is used to build an expression. class Expression # Builds the query from the expression. # @return [String] The query. def build_query raise 'build_query not implemented' end end end
Version data entries
16 entries across 16 versions & 1 rubygems