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