Class: Pdf4me::CustomCmsConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/pdf4me/models/custom_cms_config.rb

Constant Summary collapse

ATTRIBUTES =
{
  white: 'RGBSet',
  c: 'RGBSet',
  m: 'RGBSet',
  y: 'RGBSet',
  k: 'RGBSet',
  cm: 'RGBSet',
  cy: 'RGBSet',
  ck: 'RGBSet',
  my: 'RGBSet',
  mk: 'RGBSet',
  yk: 'RGBSet',
  cmy: 'RGBSet',
  cmk: 'RGBSet',
  cyk: 'RGBSet',
  myk: 'RGBSet',
  cmyk: 'RGBSet'
}

Method Summary

Methods inherited from Base

#attributes, #defaults, #initialize

Methods included from Serializer

#_deserialize, #from_hash, #from_response

Methods included from Assigner

#assign_attributes

Constructor Details

This class inherits a constructor from Pdf4me::Base