Method: CampaignState#id_to_string
- Defined in:
- lib/adcloud/campaign_state.rb
#id_to_string(id) ⇒ Object
18 19 20 |
# File 'lib/adcloud/campaign_state.rb', line 18 def id_to_string(id) STATES.find { |_, value| value.to_s == id.to_s } end |