Class: Iodized::Features::Ping_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/iodized/features.rb

Constant Summary collapse

SUCCESS =
0
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRING, :name => 'success'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



91
# File 'lib/iodized/features.rb', line 91

def struct_fields; FIELDS; end

#validateObject



93
94
# File 'lib/iodized/features.rb', line 93

def validate
end