Module: XCAssetsCop::TemplateRenderingIntent

Defined in:
lib/xcassetscop/template_rendering_intent.rb

Constant Summary collapse

AVAILABLE_VALUES =
i[
  original
  template
  default
].freeze

Class Method Summary collapse

Class Method Details

.validate(value) ⇒ Object



13
14
15
# File 'lib/xcassetscop/template_rendering_intent.rb', line 13

def self.validate(value)
  Utility.validate_params(value, AVAILABLE_VALUES)
end