Class: Iodized::Features::Feature_set_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::MAP, :name => 'success', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::BOOL}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



125
126
# File 'lib/iodized/features.rb', line 125

def validate
end