Sha256: 2a16c1331eb6bd0657046f36fbef45d0e27bc595b86cc19e4783e2bfd8194844
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
module AqumulateAPI class FetchParameter < Entity ATTR_MAP = { id: 'ParamId', caption: 'ParamCaption', size: 'ParamSize' } attr_accessor :id, :caption, :size end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aqumulate_api-0.2.0 | lib/aqumulate_api/entities/fetch_parameter.rb |