Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 390 Bytes

UpdateRichTextCmsSectionParams.md

File metadata and controls

18 lines (12 loc) · 390 Bytes

SpreeClient::UpdateRichTextCmsSectionParams

Properties

Name Type Description Notes
cms_section UpdateRichTextCmsSectionParamsCmsSection

Example

require 'spree_client'

instance = SpreeClient::UpdateRichTextCmsSectionParams.new(
  cms_section: null
)