Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 366 Bytes

UpdateStandardCmsPageParams.md

File metadata and controls

18 lines (12 loc) · 366 Bytes

SpreeClient::UpdateStandardCmsPageParams

Properties

Name Type Description Notes
cms_page UpdateStandardCmsPageParamsCmsPage

Example

require 'spree_client'

instance = SpreeClient::UpdateStandardCmsPageParams.new(
  cms_page: null
)