Method: TalonOne::CampaignSearch#valid?
- Defined in:
- lib/talon_one/models/campaign_search.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
73 74 75 76 |
# File 'lib/talon_one/models/campaign_search.rb', line 73 def valid? return false if @attributes.nil? true end |