Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 362 Bytes

UpdateFeatureCmsPageParams.md

File metadata and controls

18 lines (12 loc) · 362 Bytes

SpreeClient::UpdateFeatureCmsPageParams

Properties

Name Type Description Notes
cms_page UpdateFeatureCmsPageParamsCmsPage

Example

require 'spree_client'

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