Method: Falsify::Order#note
- Defined in:
- lib/falsify/models/order/order.rb
#note ⇒ String
An optional note that a shop owner can attach to the order.
115 116 117 |
# File 'lib/falsify/models/order/order.rb', line 115 def note @note end |