module Expressir module Model module Identifier attr_accessor :source attr_accessor :id attr_accessor :parent attr_accessor :remarks end end end