module InfluxORM::Attributes

Constants

ATTR_TYPES

Public Class Methods

included(cls) click to toggle source
# File lib/influx_orm/attributes.rb, line 4
def self.included(cls)
  cls.extend(ClassMethods)
end