Method: Grape::Util::InheritableSetting#global
- Defined in:
- lib/grape/util/inheritable_setting.rb
#global ⇒ Object
Return the class-level global properties.
40 41 42 |
# File 'lib/grape/util/inheritable_setting.rb', line 40 def global self.class.global end |