Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 339 Bytes

RemoteData.md

File metadata and controls

20 lines (14 loc) · 339 Bytes

MergeATSClient::RemoteData

Properties

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

Example

require 'merge_ats_client'

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