module DMAO module API module Configuration attr_accessor :base_url, :api_token, :institution_id def configure yield self end end end end