Module: InfluxORM::Model

Defined in:
lib/influx_orm/model.rb

Overview

InfluxORM::Model

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

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(cls) ⇒ Object



7
8
9
# File 'lib/influx_orm/model.rb', line 7

def self.included(cls)
  cls.extend(ClassMethods)
end