class Grape::Util::InheritableSetting

def global

Return the class-level global properties.
def global
  self.class.global
end