Method: Espago::BackRequest#method_missing
- Defined in:
- lib/espago/back_request.rb
#method_missing(attribute_name) ⇒ Object
12 13 14 |
# File 'lib/espago/back_request.rb', line 12 def method_missing(attribute_name) params[attribute_name.to_s] end |