Method: TalonOne::FeatureFlags#list_invalid_properties
- Defined in:
- lib/talon_one/models/feature_flags.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
90 91 92 93 94 95 96 97 |
# File 'lib/talon_one/models/feature_flags.rb', line 90 def list_invalid_properties invalid_properties = Array.new if @account_id.nil? invalid_properties.push('invalid value for "account_id", account_id cannot be nil.') end invalid_properties end |