Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 277 Bytes

CreateRoleParamsRole.md

File metadata and controls

18 lines (12 loc) · 277 Bytes

SpreeClient::CreateRoleParamsRole

Properties

Name Type Description Notes
name String

Example

require 'spree_client'

instance = SpreeClient::CreateRoleParamsRole.new(
  name: vendor
)