Module: CellSet

Defined in:
lib/cell_set/attributes.rb,
lib/cell_set/cell.rb,
lib/cell_set/member.rb,
lib/cell_set/result.rb,
lib/cell_set/cell_set.rb,
lib/cell_set/position.rb,
lib/cell_set/series_list.rb,
lib/cell_set/cell_set_axis.rb

Overview

Use this module to add necessary attributes methods that ActiveModel::AttributeMethods doesn’t add An ATTRIBUTES constant must be on the model before including this module Attributes specified in ATTRIBUTES will be serialized if any ActiveModel::Serializers are used Any attributes that shouldn’t be serialized can still be set with another attr_accessor, but won’t show up in

Defined Under Namespace

Modules: Attributes, Model, Result, SeriesList Classes: Cell, CellSet, CellSetAxis, Member, Position