module InfluxORM::Model

InfluxORM::Model

dependent InfluxORM::Query dependent class method `attrs_to_point` `connection`

Public Class Methods

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