Module: Eco::Data::Locations

Defined in:
lib/eco/data/locations/node_level.rb,
lib/eco/data/locations.rb,
lib/eco/data/locations/dsl.rb,
lib/eco/data/locations/convert.rb,
lib/eco/data/locations/node_base.rb,
lib/eco/data/locations/node_diff.rb,
lib/eco/data/locations/node_plain.rb

Overview

rubocop:disable Naming/AccessorMethodName

Defined Under Namespace

Modules: Convert, DSL, NodeBase Classes: NodeDiff, NodeLevel, NodeLevelStruct, NodePlain, NodePlainStruct

Constant Summary collapse

NODE_LEVEL_ATTRS =
%i[row_num l1 l2 l3 l4 l5 l6 l7 l8 l9 l10 l11].freeze
NODE_PLAIN_ATTRS =
%i[
  row_num
  id name parent_id
  weight
  archived archive_token
  classifications
  classification_names
].freeze