module SoqlBuilder

Constants

VERSION

Attributes

interface[R]

Public Class Methods

new(type:) click to toggle source
# File lib/soql_builder.rb, line 7
def new(type:)
  @interface = Interface.new(type: type)
end