Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 342 Bytes

RemoteData.md

File metadata and controls

20 lines (14 loc) · 342 Bytes

MergeHRISClient::RemoteData

Properties

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

Example

require 'merge_hris_client'

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