class Rasti::DB::NQL::Nodes::Constants::Base

Public Instance Methods

type() click to toggle source
# File lib/rasti/db/nql/nodes/constants/base.rb, line 8
def type
  Inflecto.underscore(Inflecto.demodulize(self.class)).to_sym
end