Sha256: 9f23d02b688b55b58d063cc0291a17976efd2d1c8dfea3aa7b211e574a3734a1
Contents?: true
Size: 963 Bytes
Versions: 28
Compression:
Stored size: 963 Bytes
Contents
# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # module CloudThrift class CloudQuery include ::Thrift::Struct NAME = 1 ::Thrift::Struct.field_accessor self, :name FIELDS = { NAME => {:type => ::Thrift::Types::STRING, :name => 'name'} } def struct_fields; FIELDS; end def validate end end class CloudResponse include ::Thrift::Struct NAME = 1 COMMAND = 2 RESPONSE = 3 ::Thrift::Struct.field_accessor self, :name, :command, :response FIELDS = { NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, COMMAND => {:type => ::Thrift::Types::STRING, :name => 'command'}, RESPONSE => {:type => ::Thrift::Types::LIST, :name => 'response', :element => {:type => ::Thrift::Types::STRING}} } def struct_fields; FIELDS; end def validate end end end
Version data entries
28 entries across 28 versions & 3 rubygems