Method: Beget::Section#method_missing
- Defined in:
- lib/beget_api.rb
#method_missing(method, **args) ⇒ Object
68 69 70 |
# File 'lib/beget_api.rb', line 68 def method_missing(method, **args) @api.request(@section, method, **args) end |