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