module Ecoportal module API class V2 class Stage < Common::BaseModel passthrough :id, :name, :state end end end end