Sha256: 16f8cb7dcbf92b8f974f5ba902448910792fea6b71ed1bacc75b0ddaf90d6306
Contents?: true
Size: 531 Bytes
Versions: 56
Compression:
Stored size: 531 Bytes
Contents
%% %% Autogenerated by Thrift %% %% DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING %% -module(poolparty_types). -include("poolparty_types.hrl"). -export([struct_info/1]). %% struct cloudQuery % -record(cloudQuery, {name}). struct_info('cloudQuery') -> {struct, [{1, string}]} ; %% struct cloudResponse % -record(cloudResponse, {name, command, response}). struct_info('cloudResponse') -> {struct, [{1, string}, {2, string}, {3, {list, string}}]} ; struct_info('i am a dummy struct') -> undefined.
Version data entries
56 entries across 28 versions & 3 rubygems