Method: Reji::Invoice#method_missing
- Defined in:
- lib/reji/invoice.rb
#method_missing(key) ⇒ Object
Dynamically get values from the Stripe invoice.
208 209 210 |
# File 'lib/reji/invoice.rb', line 208 def method_missing(key) @invoice[key] end |