module Ecoportal module API class Internal class PolicyGroup < Common::BaseModel passthrough :id, :name end end end end