module XCAssetsCop::TemplateRenderingIntent
Constants
- AVAILABLE_VALUES
Public Class Methods
validate(value)
click to toggle source
# File lib/xcassetscop/template_rendering_intent.rb, line 13 def self.validate(value) Utility.validate_params(value, AVAILABLE_VALUES) end