Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 339 Bytes

File metadata and controls

20 lines (14 loc) · 339 Bytes

MergeCRMClient::RemoteData

Properties

Name Type Description Notes
path String
data AnyType [optional][readonly]

Example

require 'merge_crm_client'

instance = MergeCRMClient::RemoteData.new(
  path: null,
  data: null
)