Method: Adapi::BudgetOrder#attributes
- Defined in:
- lib/adapi/budget_order.rb
#attributes ⇒ Object Also known as: to_hash
14 15 16 |
# File 'lib/adapi/budget_order.rb', line 14 def attributes super.merge Hash[ ATTRIBUTES.map { |k| [k, self.send(k)] } ] end |